More space clean-up -- grrr
This commit is contained in:
parent
020445465c
commit
0c533e42d1
1 changed files with 4 additions and 4 deletions
|
@ -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%}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue