mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-05 11:23:29 +01:00
only run apt role if it has not already run
This commit is contained in:
parent
a9c307a3d6
commit
f1c159854d
1 changed files with 1 additions and 1 deletions
|
@ -26,4 +26,4 @@ galaxy_info:
|
|||
- system
|
||||
dependencies:
|
||||
- role: willshersystems.apt
|
||||
when: ansible_pkg_mgr == 'apt'
|
||||
when: ansible_pkg_mgr == 'apt' and apt_has_run is not defined
|
||||
|
|
Loading…
Reference in a new issue