I think this conditional is being screwy.
This commit is contained in:
parent
3b952285cc
commit
3e6dd85f0a
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@
|
||||||
- include: "{{ handlers }}/restart_services.yml"
|
- include: "{{ handlers }}/restart_services.yml"
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: clean all metadata {%if testing%}(with infrastructure-testing on){%endif%}
|
- name: clean all metadata
|
||||||
command: dnf clean all {%if testing%} --enablerepo=infrastructure-testing {%endif%}
|
command: dnf clean all
|
||||||
always_run: yes
|
always_run: yes
|
||||||
- name: dnf update autocloud packages from main repo
|
- name: dnf update autocloud packages from main repo
|
||||||
dnf: name="autocloud*" state=latest
|
dnf: name="autocloud*" state=latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue