mirror of
https://github.com/willshersystems/ansible-sshd
synced 2025-01-11 09:40:18 +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 }}"
|
||||
state=installed
|
||||
with_items: "{{ sshd_packages }}"
|
||||
when: ansible_pkg_mgr != 'unknown'
|
||||
tags:
|
||||
- sshd
|
||||
|
||||
|
|
Loading…
Reference in a new issue