From cb7dee0e9e3732e120741922a31c9aafa94690f1 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 25 Oct 2013 17:38:06 +0000 Subject: [PATCH] chdir is a argument to command module --- playbooks/hosts/copr-be.cloud.fedoraproject.org.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/playbooks/hosts/copr-be.cloud.fedoraproject.org.yml b/playbooks/hosts/copr-be.cloud.fedoraproject.org.yml index b31a9c1064..e30c99eaa5 100644 --- a/playbooks/hosts/copr-be.cloud.fedoraproject.org.yml +++ b/playbooks/hosts/copr-be.cloud.fedoraproject.org.yml @@ -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