disable fact gathering for grokmirror update since root user isn't used
This commit is contained in:
parent
78d15aa75a
commit
57d2f64097
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
hosts: "{{ target }}"
|
||||
sudo: true
|
||||
sudo_user: "{{ grokmirror_user }}"
|
||||
gather_facts: false
|
||||
|
||||
tasks:
|
||||
- name: update grokmirror repos
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue