summaryrefslogtreecommitdiffstats
path: root/roles/github2fedmsg
diff options
context:
space:
mode:
authorRalph Bean <rbean@redhat.com>2014-06-16 20:35:31 +0000
committerRalph Bean <rbean@redhat.com>2014-06-16 20:35:31 +0000
commitdb643ca9286ce3922ef2131a8089660690aa3527 (patch)
treee3f7337b9cb4f5c6eb55bcffdb12c0b7cc2cbee8 /roles/github2fedmsg
parent656f31725a7e92425cc8c3bc70102a494224c8d6 (diff)
downloadansible-db643ca9286ce3922ef2131a8089660690aa3527.tar.gz
ansible-db643ca9286ce3922ef2131a8089660690aa3527.tar.xz
ansible-db643ca9286ce3922ef2131a8089660690aa3527.zip
Make this dir.
Diffstat (limited to 'roles/github2fedmsg')
-rw-r--r--roles/github2fedmsg/tasks/main.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/github2fedmsg/tasks/main.yml b/roles/github2fedmsg/tasks/main.yml
index a637841bf..e61bbc9e2 100644
--- a/roles/github2fedmsg/tasks/main.yml
+++ b/roles/github2fedmsg/tasks/main.yml
@@ -12,6 +12,9 @@
tags:
- packages
+- name: make /etc/github2fedmsg
+ file: dest=/etc/github2fedmsg mode=0755 state=directory
+
- name: copy github2fedmsg app configuration
template: >
src={{ item }} dest="/etc/github2fedmsg/{{ item }}"