mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-10 13:43:30 +01:00
Merge pull request #47 from knopki/patch-1
Don't fail without package manager
This commit is contained in:
commit
0f09882151
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
||||||
name="{{ item }}"
|
name="{{ item }}"
|
||||||
state=installed
|
state=installed
|
||||||
with_items: "{{ sshd_packages }}"
|
with_items: "{{ sshd_packages }}"
|
||||||
|
when: ansible_pkg_mgr != 'unknown'
|
||||||
tags:
|
tags:
|
||||||
- sshd
|
- sshd
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue