From 3e6dd85f0aeeeb2c6b786b83e82a69ced83a81db Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 30 Sep 2015 18:57:42 +0000 Subject: [PATCH] I think this conditional is being screwy. --- playbooks/manual/upgrade/autocloud.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/manual/upgrade/autocloud.yml b/playbooks/manual/upgrade/autocloud.yml index a75692484a..2b46bd203e 100644 --- a/playbooks/manual/upgrade/autocloud.yml +++ b/playbooks/manual/upgrade/autocloud.yml @@ -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