mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-16 11:40:28 +08:00
Do not gather facts at first, that was the whole point
Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
|
||||
- name: Install Pythonic stuff.
|
||||
hosts: tmp_just_created
|
||||
gather_facts: True
|
||||
gather_facts: False
|
||||
environment:
|
||||
ANSIBLE_HOST_KEY_CHECKING: False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user