diff options
author | Mathieu Bridon <bochecha@daitauha.fr> | 2015-01-27 17:34:24 +0100 |
---|---|---|
committer | Mathieu Bridon <bochecha@daitauha.fr> | 2015-01-27 17:35:08 +0100 |
commit | 9429aa5f2469b5ecc34435c47bc0c3a36b62781f (patch) | |
tree | 78e901248e523a4bf4c8c0b0b1abe9e638524214 | |
parent | cd069b4736d340b2fbfbc39fcf52b81d75257e46 (diff) | |
download | ansible-9429aa5f2469b5ecc34435c47bc0c3a36b62781f.tar.gz ansible-9429aa5f2469b5ecc34435c47bc0c3a36b62781f.tar.xz ansible-9429aa5f2469b5ecc34435c47bc0c3a36b62781f.zip |
git/hooks: The fedmsg post-receive hook needs GitPython
-rw-r--r-- | roles/git/hooks/tasks/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/git/hooks/tasks/main.yml b/roles/git/hooks/tasks/main.yml index ff17b80e9..36a7257d0 100644 --- a/roles/git/hooks/tasks/main.yml +++ b/roles/git/hooks/tasks/main.yml @@ -5,6 +5,7 @@ yum: pkg={{item}} state=present with_items: - git + - GitPython - moreutils - python-kitchen |