chdir is a argument to command module
This commit is contained in:
parent
344366a538
commit
cb7dee0e9e
1 changed files with 1 additions and 2 deletions
|
@ -52,8 +52,7 @@
|
||||||
- /var/lib/copr/public_html/results
|
- /var/lib/copr/public_html/results
|
||||||
|
|
||||||
- name: Umask results
|
- name: Umask results
|
||||||
action: command /usr/bin/umask 0000
|
action: command /usr/bin/umask 0000 chdir=/var/lib/copr/public_html/results
|
||||||
chdir: /var/lib/copr/public_html/results
|
|
||||||
|
|
||||||
- name: setup dirs there
|
- name: setup dirs there
|
||||||
action: file state=directory path=/home/copr/$item owner=copr group=copr mode=0700
|
action: file state=directory path=/home/copr/$item owner=copr group=copr mode=0700
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue