]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Define dependencies in ceph-common's meta/main.yml 345/head
authorMatt Thompson <mattt@defunct.ca>
Tue, 28 Jul 2015 09:35:19 +0000 (10:35 +0100)
committerMatt Thompson <mattt@defunct.ca>
Tue, 28 Jul 2015 09:48:07 +0000 (10:48 +0100)
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.

roles/ceph-common/meta/main.yml

index fdaf09d3d863f005119193a071fc196e26fbf12d..ae5466197719b082c22940ed58cb072ca518dbe8 100644 (file)
@@ -10,3 +10,4 @@ galaxy_info:
         - trusty
   categories:
     - system
+dependencies: []