mirror of
https://github.com/willshersystems/ansible-sshd
synced 2025-01-11 01:30:18 +01:00
fix deprecation warning for sshd_packages (fixes issue #38)
This commit is contained in:
parent
cb153a13ab
commit
f68fb55dad
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