From fe1cddddda1f14903836928bfbfab4ed337250dd Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 18 Aug 2017 13:54:32 +0000 Subject: [PATCH] Copy/pasta error. --- roles/bodhi2/backend/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bodhi2/backend/tasks/main.yml b/roles/bodhi2/backend/tasks/main.yml index 63ee0aea9d..a1bb05ab3c 100644 --- a/roles/bodhi2/backend/tasks/main.yml +++ b/roles/bodhi2/backend/tasks/main.yml @@ -173,7 +173,7 @@ - cron - name: Make directory for fedwatch systemd config extension - copy: path=/usr/lib/systemd/system/fedwatch.service.d/ state=directory + file: path=/usr/lib/systemd/system/fedwatch.service.d/ state=directory when: inventory_hostname.startswith('bodhi-backend01') and env == "production" tags: - bodhi