diff options
author | Michael Scherer <misc@zarb.org> | 2014-12-12 16:53:12 +0100 |
---|---|---|
committer | Michael Scherer <misc@zarb.org> | 2014-12-12 16:53:12 +0100 |
commit | 491c6c291e2da69ec65d88f78b76e725ad573d5a (patch) | |
tree | 5af28af1bb61c512e9dcbe4b38fcd55ce316b487 | |
parent | 98fe3426f5adad69b481cb91cf08615d231cca1a (diff) |
Add a deps on httpd
-rw-r--r-- | roles/cgit/meta/main.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/cgit/meta/main.yml b/roles/cgit/meta/main.yml new file mode 100644 index 0000000..222a408 --- /dev/null +++ b/roles/cgit/meta/main.yml @@ -0,0 +1,3 @@ +--- +dependencies: +- { role: httpd, custom_vhost: yes } |