Specify the variables and what are tasks

This commit is contained in:
Pierre-Yves Chibon 2014-12-06 20:57:54 +01:00
parent ec74b9d487
commit 92577d7a43

View file

@ -65,6 +65,12 @@
user: root
gather_facts: True
vars_files:
- /srv/web/infra/ansible/vars/global.yml
- "{{ private }}/vars.yml"
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
tasks:
- name: clean yum metadata
action: yum clean all
tags: