Add apt role as a dependency

This commit is contained in:
Matt Willsher 2015-01-14 12:47:25 +00:00
parent 82711182e5
commit d6a1e98559

View file

@ -24,4 +24,6 @@ galaxy_info:
categories:
- networking
- system
dependencies: []
dependencies:
- role: willshersystems.apt
when: ansible_pkg_mgr == 'apt'