ERROR: chdir is not a legal parameter in an Ansible task or handler

This commit is contained in:
Kevin Fenzi 2014-01-01 20:18:49 +00:00
parent aa37f25b54
commit 4af3a2ec32

View file

@ -46,7 +46,6 @@
- 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