mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-10 13:43:30 +01:00
Remove apt role dependancy as it appears Ansible still requires the role to be installed, even if its not used at runtime
This commit is contained in:
parent
6c4a2d6dc8
commit
5b34aa85a4
1 changed files with 1 additions and 3 deletions
|
@ -24,6 +24,4 @@ galaxy_info:
|
|||
categories:
|
||||
- networking
|
||||
- system
|
||||
dependencies:
|
||||
- role: willshersystems.apt
|
||||
when: ansible_pkg_mgr == 'apt' and apt_has_run is not defined
|
||||
dependencies: []
|
||||
|
|
Loading…
Reference in a new issue