From 0c533e42d13b727765aa4aa2e8a2e61f744038bd Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Wed, 6 Aug 2014 07:31:24 +0200 Subject: [PATCH] More space clean-up -- grrr --- playbooks/update_packages.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/playbooks/update_packages.yml b/playbooks/update_packages.yml index 87f492f2a8..1aed1c6d73 100644 --- a/playbooks/update_packages.yml +++ b/playbooks/update_packages.yml @@ -15,9 +15,9 @@ tasks: - - name: clean all metadata {% if testing %}(with infrastructure-testing on){% endif %} - command: yum clean all {% if testing %} --enablerepo=infrastructure-testing {% endif %} + - name: clean all metadata {%if testing%}(with infrastructure-testing on){%endif%} + command: yum clean all {%if testing%} --enablerepo=infrastructure-testing {%endif%} always_run: yes - - name: yum update {{package}} {% if testing %}(with infrastructure-testing on){% endif %} - yum: name={{package}} state=latest {% if testing %}enablerepo=infrastructure-testing{% endif %} + - name: yum update {{package}} {%if testing%}(with infrastructure-testing on){%endif%} + yum: name={{package}} state=latest {%if testing%}enablerepo=infrastructure-testing{%endif%}