diff options
author | Mathieu Bridon <bochecha@fedoraproject.org> | 2014-09-16 11:58:38 +0200 |
---|---|---|
committer | Pierre-Yves Chibon <pingou@pingoured.fr> | 2014-09-24 12:26:07 +0200 |
commit | 183a2ab707294a50129a7151e2714abdfff1914f (patch) | |
tree | 8131ae9eb0f96a6cc89b89bf3c1ce6e1950c645a /roles/git/hooks | |
parent | 93ec92f9be4ad56ed6c763b3bdc7d58ff86db42c (diff) | |
download | ansible-183a2ab707294a50129a7151e2714abdfff1914f.tar.gz ansible-183a2ab707294a50129a7151e2714abdfff1914f.tar.xz ansible-183a2ab707294a50129a7151e2714abdfff1914f.zip |
git/hooks: Express the role dependency properly
This had been found by misc during his review of the patches, but the
unfixed patch is what got merged.
https://fedorahosted.org/fedora-infrastructure/ticket/4452
Diffstat (limited to 'roles/git/hooks')
-rw-r--r-- | roles/git/hooks/meta/main.yml | 3 | ||||
-rw-r--r-- | roles/git/hooks/tasks/main.yml | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/roles/git/hooks/meta/main.yml b/roles/git/hooks/meta/main.yml new file mode 100644 index 000000000..2356e8716 --- /dev/null +++ b/roles/git/hooks/meta/main.yml @@ -0,0 +1,3 @@ +--- +dependencies: +- { role: fedmsg/base } diff --git a/roles/git/hooks/tasks/main.yml b/roles/git/hooks/tasks/main.yml index 965ff35e9..af15eff6b 100644 --- a/roles/git/hooks/tasks/main.yml +++ b/roles/git/hooks/tasks/main.yml @@ -8,7 +8,6 @@ - moreutils - python-kitchen -# This requires the fedmsg/base role - name: install the git hooks copy: src={{item}} dest=/usr/share/git-core mode=0755 with_items: |