Specify the variables and what are tasks
This commit is contained in:
parent
ec74b9d487
commit
92577d7a43
1 changed files with 6 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue