mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-26 04:50:18 +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 }}
|
{{ ansible_pkg_mgr }}
|
||||||
name="{{ item }}"
|
name="{{ item }}"
|
||||||
state=installed
|
state=installed
|
||||||
with_items: sshd_packages
|
with_items: "{{ sshd_packages }}"
|
||||||
tags:
|
tags:
|
||||||
- sshd
|
- sshd
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue