mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-30 05:20:49 +08:00
umask result dir with 0000
This commit is contained in:
@@ -38,13 +38,16 @@
|
||||
- screen
|
||||
|
||||
|
||||
- name: make /srv dirs
|
||||
- name: make copr dirs
|
||||
file: state=directory path=$item
|
||||
with_items:
|
||||
- /var/lib/copr/jobs
|
||||
- /var/lib/copr/public_html/results
|
||||
|
||||
|
||||
- name: Umask results
|
||||
action: command /usr/bin/umask 0000
|
||||
chdir: /var/lib/copr/public_html/results
|
||||
|
||||
- name: setup dirs there
|
||||
action: file state=directory path=/home/copr/$item owner=copr group=copr mode=0700
|
||||
with_items:
|
||||
|
||||
Reference in New Issue
Block a user