diff options
author | binary <me@rgoncalves.se> | 2021-01-14 19:21:47 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2021-01-14 19:21:47 +0100 |
commit | 3ceda3a08e537d15b415c2bc3c04da199a19ce48 (patch) | |
tree | b6b0ab14767d8e35fa3d196b324d45bfbe395e66 /roles/cgit | |
parent | 12164705ba0590305a3e58249304d803660e1fdd (diff) | |
download | infrastructure-3ceda3a08e537d15b415c2bc3c04da199a19ce48.tar.gz |
Fix dependencies with role call
Diffstat (limited to 'roles/cgit')
-rw-r--r-- | roles/cgit/meta/main.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/cgit/meta/main.yml b/roles/cgit/meta/main.yml index 121b592..99fcea4 100644 --- a/roles/cgit/meta/main.yml +++ b/roles/cgit/meta/main.yml @@ -4,4 +4,5 @@ --- -dependencies: git +dependencies: + - role: git |