Merge pull request #39 from haraldkoch/master

fix deprecation warning for sshd_packages (fixes issue #38)
This commit is contained in:
Matt Willsher 2016-03-09 18:47:16 +00:00
commit 42304e86e3

View file

@ -21,7 +21,7 @@
{{ ansible_pkg_mgr }}
name="{{ item }}"
state=installed
with_items: sshd_packages
with_items: "{{ sshd_packages }}"
tags:
- sshd