mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
Specify the variables and what are tasks
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user