Revert "Provide a global default for fedmsg_certs so that with_items
will always pass the yaml syntax check."
This reverts commit 405583c5e2
.
This commit is contained in:
parent
405583c5e2
commit
280a687729
2 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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: []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue