mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-13 13:39:48 +08:00
disable fact gathering for grokmirror update since root user isn't used
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
hosts: "{{ target }}"
|
||||
sudo: true
|
||||
sudo_user: "{{ grokmirror_user }}"
|
||||
gather_facts: false
|
||||
|
||||
tasks:
|
||||
- name: update grokmirror repos
|
||||
|
||||
Reference in New Issue
Block a user