summaryrefslogtreecommitdiffstats
path: root/roles/github2fedmsg/tasks
diff options
context:
space:
mode:
authorRalph Bean <rbean@redhat.com>2014-06-16 20:31:02 +0000
committerRalph Bean <rbean@redhat.com>2014-06-16 20:31:02 +0000
commit656f31725a7e92425cc8c3bc70102a494224c8d6 (patch)
treeadae1cea84b47350765388041c065c8f643584b8 /roles/github2fedmsg/tasks
parent0458fc105b587331af7b9288f11c9562b3bb2852 (diff)
downloadansible-656f31725a7e92425cc8c3bc70102a494224c8d6.tar.gz
ansible-656f31725a7e92425cc8c3bc70102a494224c8d6.tar.xz
ansible-656f31725a7e92425cc8c3bc70102a494224c8d6.zip
dedent.
Diffstat (limited to 'roles/github2fedmsg/tasks')
-rw-r--r--roles/github2fedmsg/tasks/main.yml18
1 files changed, 9 insertions, 9 deletions
diff --git a/roles/github2fedmsg/tasks/main.yml b/roles/github2fedmsg/tasks/main.yml
index 630c147d1..a637841bf 100644
--- a/roles/github2fedmsg/tasks/main.yml
+++ b/roles/github2fedmsg/tasks/main.yml
@@ -23,15 +23,15 @@
notify:
- restart apache
- - name: copy github2fedmsg secret oauth creds
- template: >
- src=githubsecrets.py
- dest=/usr/lib/python2.6/site-packages/github2fedmsg/githubsecrets.py
- mode=0640 owner=apache group=apache
- tags:
- - config
- notify:
- - restart apache
+- name: copy github2fedmsg secret oauth creds
+ template: >
+ src=githubsecrets.py
+ dest=/usr/lib/python2.6/site-packages/github2fedmsg/githubsecrets.py
+ mode=0640 owner=apache group=apache
+ tags:
+ - config
+ notify:
+ - restart apache
- name: copy github2fedmsg wsgi script
copy: >