From 280a68772960ddcaa715e0dc720a376001d161b2 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 18 Jun 2013 03:49:17 +0000 Subject: [PATCH] Revert "Provide a global default for fedmsg_certs so that `with_items` will always pass the yaml syntax check." This reverts commit 405583c5e2e5b2320330e8dea896851022b66a6a. --- tasks/fedmsg_base.yml | 4 ++-- vars/global.yml | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/tasks/fedmsg_base.yml b/tasks/fedmsg_base.yml index b8e93866e2..b03480b281 100644 --- a/tasks/fedmsg_base.yml +++ b/tasks/fedmsg_base.yml @@ -45,7 +45,7 @@ owner={{item['owner']}} group={{item['group']}} with_items: ${fedmsg_certs} - when: fedmsg_certs is not [] + when: fedmsg_certs is defined tags: - config @@ -57,6 +57,6 @@ owner={{item['owner']}} group={{item['group']}} with_items: ${fedmsg_certs} - when: fedmsg_certs is not [] + when: fedmsg_certs is defined tags: - config diff --git a/vars/global.yml b/vars/global.yml index 1fb98afca9..5767ee7c84 100644 --- a/vars/global.yml +++ b/vars/global.yml @@ -20,4 +20,3 @@ f19_qcow_id: ami-00000018 global_pkgs_inst: ['bind-utils', 'joe', 'mailx', 'nc', 'openssh-clients', 'patch', 'postfix', 'rsync', 'strace', 'telnet', 'tmpwatch', 'traceroute', 'vim-enhanced', 'xz', 'zsh' ] -fedmsg_certs: []