mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 10:31:56 +08:00
Use the right owner/group this time. ;)
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
- files
|
||||
|
||||
- name: log ownership fix
|
||||
file: state=touch dest=/var/log/askbot/askfedora.log owner=root group=root
|
||||
file: state=touch dest=/var/log/askbot/askfedora.log owner=apache group=apache
|
||||
|
||||
#- name: setup default skin link needed for askbot
|
||||
# file: state=link src=/usr/lib64/python2.6/site-packages/askbot/skins/default dest=/usr/lib64/python2.6/site-packages/askbot/static/default
|
||||
|
||||
Reference in New Issue
Block a user