Drop seperate yum clean all calls.

This commit is contained in:
Kevin Fenzi 2016-06-25 22:09:52 +00:00
parent 6617fcdc95
commit 4cec7a28d7
10 changed files with 9 additions and 63 deletions

View file

@ -1,14 +1,8 @@
---
# Configuration for the kerneltest webapp
- name: clean yum metadata
command: yum clean all
tags:
- packages
- kerneltest
- name: install needed packages
yum: pkg={{ item }} state=present
yum: pkg={{ item }} state=present update_cache=yes
with_items:
- kerneltest
- python-psycopg2