mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-17 04:00:25 +08:00
can't su fedmsg
This commit is contained in:
@@ -48,8 +48,7 @@
|
||||
cron:
|
||||
name="download crithpath list"
|
||||
special_time=daily
|
||||
user=fedmsg
|
||||
job="wget -O {{ trigger_critpath_file }} {{ trigger_critpath_url }}"
|
||||
job="wget -O {{ trigger_critpath_file }} {{ trigger_critpath_url }} && chown fedmsg:fedmsg {{ trigger_critpath_file }}"
|
||||
when: deployment_type in ['dev']
|
||||
|
||||
- name: copy tmpfiles.d for trigger distgit cache
|
||||
|
||||
Reference in New Issue
Block a user