This commit is contained in:
Ralph Bean 2014-06-16 20:31:02 +00:00
parent 0458fc105b
commit 656f31725a

View file

@ -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: >