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: notify:
- restart apache - restart apache
- name: copy github2fedmsg secret oauth creds - name: copy github2fedmsg secret oauth creds
template: > template: >
src=githubsecrets.py src=githubsecrets.py
dest=/usr/lib/python2.6/site-packages/github2fedmsg/githubsecrets.py dest=/usr/lib/python2.6/site-packages/github2fedmsg/githubsecrets.py
mode=0640 owner=apache group=apache mode=0640 owner=apache group=apache
tags: tags:
- config - config
notify: notify:
- restart apache - restart apache
- name: copy github2fedmsg wsgi script - name: copy github2fedmsg wsgi script
copy: > copy: >