mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
of course you need facts.
This commit is contained in:
@@ -4,15 +4,9 @@
|
||||
|
||||
- name: Get installed packages
|
||||
hosts: builders:releng-compose:data-analysis01.phx2.fedoraproject.org
|
||||
gather_facts: false
|
||||
gather_facts: true
|
||||
user: root
|
||||
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
- "/srv/private/ansible/vars.yml"
|
||||
- "/srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml"
|
||||
|
||||
|
||||
tasks:
|
||||
|
||||
- name: yum_command
|
||||
|
||||
Reference in New Issue
Block a user