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:
Ben Allen 2015-05-18 18:51:28 +00:00
parent 6c4a2d6dc8
commit 5b34aa85a4

View file

@ -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: []