mirror of
https://github.com/willshersystems/ansible-sshd
synced 2025-01-11 09:40:18 +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:
|
categories:
|
||||||
- networking
|
- networking
|
||||||
- system
|
- system
|
||||||
dependencies:
|
dependencies: []
|
||||||
- role: willshersystems.apt
|
|
||||||
when: ansible_pkg_mgr == 'apt' and apt_has_run is not defined
|
|
||||||
|
|
Loading…
Reference in a new issue