mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-12 22:50:17 +01:00
Merge pull request #39 from haraldkoch/master
fix deprecation warning for sshd_packages (fixes issue #38)
This commit is contained in:
commit
42304e86e3
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
{{ ansible_pkg_mgr }}
|
||||
name="{{ item }}"
|
||||
state=installed
|
||||
with_items: sshd_packages
|
||||
with_items: "{{ sshd_packages }}"
|
||||
tags:
|
||||
- sshd
|
||||
|
||||
|
|
Loading…
Reference in a new issue