From ad9673cbaede071786f09e5b31afa9245d96894d Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Thu, 2 Oct 2014 14:51:19 +0200 Subject: [PATCH] Colon are a bad idea in yaml file --- roles/pkgdb2/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/pkgdb2/tasks/main.yml b/roles/pkgdb2/tasks/main.yml index d0e19a6c62..5e06d501a7 100644 --- a/roles/pkgdb2/tasks/main.yml +++ b/roles/pkgdb2/tasks/main.yml @@ -48,7 +48,7 @@ notify: - restart apache -- name: Install the pkgdb cron jobs: sync bugzilla, update pkg info +- name: Install the pkgdb cron jobs - sync bugzilla, update pkg info when: inventory_hostname.startswith('pkgdb02') template: src={{ item.file }} dest={{ item.location }}/{{ item.file }}