From 94d68345362fc242bc0567b26c0374d7e21eeb8d Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Sat, 6 Jun 2015 19:54:26 +0000 Subject: [PATCH] Add inner dir for that last commit. --- roles/koji_hub/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/koji_hub/tasks/main.yml b/roles/koji_hub/tasks/main.yml index b2fdfd36db..2ff47c6bd6 100644 --- a/roles/koji_hub/tasks/main.yml +++ b/roles/koji_hub/tasks/main.yml @@ -258,7 +258,7 @@ - koji_hub - name: make an empty /mnt/fedora_koji for stg. - file: state=directory path=/mnt/fedora_koji/ owner=root group=root + file: state=directory path=/mnt/fedora_koji/koji owner=root group=root tags: - koji_hub when: env == "staging" and ansible_hostname.startswith('koji')