summaryrefslogtreecommitdiffstats
path: root/roles/local_deploy/meta
diff options
context:
space:
mode:
authorMichael Scherer <misc@zarb.org>2014-12-13 01:20:39 +0100
committerMichael Scherer <misc@zarb.org>2014-12-13 01:20:39 +0100
commitebe4259b58a9172bec1d24f1153a9a44e2c89030 (patch)
tree3f27f253a5d27fd954d05daf20e3eeb62a023b1b /roles/local_deploy/meta
parentfd304d912f6b5087d7e9c5d9aef50603cbe1eae8 (diff)
Depend on the new git_repositories role
Diffstat (limited to 'roles/local_deploy/meta')
-rw-r--r--roles/local_deploy/meta/main.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/local_deploy/meta/main.yml b/roles/local_deploy/meta/main.yml
new file mode 100644
index 0000000..a5d9273
--- /dev/null
+++ b/roles/local_deploy/meta/main.yml
@@ -0,0 +1,3 @@
+---
+dependencies:
+- { role: git_repositories }