mirror of https://github.com/ceph/ceph-ansible.git
Define dependencies in ceph-common's meta/main.yml
I'm currently getting a KeyError due to missing 'dependencies' on this role when I attempt to install it with ansible-galaxy (ansible 1.9.2). This commit simply defines an empty dependencies list so that ansible-galaxy executes correctly.pull/345/head
parent
826e247c3e
commit
b12d3374e4
|
@ -10,3 +10,4 @@ galaxy_info:
|
|||
- trusty
|
||||
categories:
|
||||
- system
|
||||
dependencies: []
|
||||
|
|
Loading…
Reference in New Issue