Start of a stub of a fedorahosted-git + fedmsg playbook.

This commit is contained in:
Ralph Bean 2013-08-21 19:27:55 +00:00
parent 4dbcf3f226
commit 702311cc3c

View file

@ -0,0 +1,12 @@
# requires --extra-vars="repos='yokan.git;yumex.git;yum-langpacks.git'"
- name: Install the fedmsg hook into a number of fedrahosted git repos
hosts: hosted03
user: root
tasks:
- name: ensure there is a post-receive-chained.d/ directory
file: >
ensure=directory
path=/srv/git/${item}/hooks/post-receive-chained.d/
with_items: ${repos}