diff --git a/playbooks/hosts/copr-be-dev.cloud.fedoraproject.org.yml b/playbooks/hosts/copr-be-dev.cloud.fedoraproject.org.yml index 4e51cc28df..5b410cfeca 100644 --- a/playbooks/hosts/copr-be-dev.cloud.fedoraproject.org.yml +++ b/playbooks/hosts/copr-be-dev.cloud.fedoraproject.org.yml @@ -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: