Create /usr/share/httpd/.local for mote-updater.
This commit is contained in:
parent
4b4d8f4264
commit
48804e3614
1 changed files with 7 additions and 0 deletions
|
@ -26,8 +26,15 @@
|
|||
- nuke mote json cache
|
||||
- restart apache
|
||||
|
||||
- name: Create /usr/share/httpd/.local for mote-updater to store the fedmsg CRL
|
||||
file: dest=/usr/share/httpd/.local owner=apache group=apache state=directory
|
||||
tags:
|
||||
- mote
|
||||
|
||||
- name: allow apache to run team sync script
|
||||
file: path=/srv/web/meetbot/teams state=directory recurse=yes owner=apache group=apache mode=0755
|
||||
tags:
|
||||
- mote
|
||||
|
||||
- name: start mote-updater service
|
||||
service: name=mote-updater state=started enabled=yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue