only run apt role if it has not already run

This commit is contained in:
Matt Willsher 2015-01-14 19:44:31 +00:00
parent a9c307a3d6
commit f1c159854d

View file

@ -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