Drop seperate yum clean all calls.
This commit is contained in:
parent
6617fcdc95
commit
4cec7a28d7
10 changed files with 9 additions and 63 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue