chdir is a argument to command module

This commit is contained in:
Kevin Fenzi 2013-10-25 17:38:06 +00:00
parent 344366a538
commit cb7dee0e9e

View file

@ -52,8 +52,7 @@
- /var/lib/copr/public_html/results
- name: Umask results
action: command /usr/bin/umask 0000
chdir: /var/lib/copr/public_html/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