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
Matt Thompson 2015-07-28 10:35:19 +01:00
parent 826e247c3e
commit b12d3374e4
1 changed files with 1 additions and 0 deletions

View File

@ -10,3 +10,4 @@ galaxy_info:
- trusty
categories:
- system
dependencies: []