mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Create /usr/share/httpd/.local for mote-updater.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user