I think this conditional is being screwy.

This commit is contained in:
Ralph Bean 2015-09-30 18:57:42 +00:00
parent 3b952285cc
commit 3e6dd85f0a

View file

@ -11,8 +11,8 @@
- include: "{{ handlers }}/restart_services.yml"
tasks:
- name: clean all metadata {%if testing%}(with infrastructure-testing on){%endif%}
command: dnf clean all {%if testing%} --enablerepo=infrastructure-testing {%endif%}
- name: clean all metadata
command: dnf clean all
always_run: yes
- name: dnf update autocloud packages from main repo
dnf: name="autocloud*" state=latest