Skip to content
Snippets Groups Projects
Commit 03cac210 authored by Mateus Caruccio's avatar Mateus Caruccio Committed by Kubernetes Prow Robot
Browse files

No need to gather facts on localhost (#5251)

It's unnecessary and breaks when running from within a docker container:
```
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: TimeoutError: Timer expired after 10 seconds
fatal: [localhost]: FAILED! => {"changed": false, "cmd": "/usr/sbin/udevadm info --query property --name /dev/mapper/vg00-root", "msg": "Timer expired after 10 seconds", "rc": 257}
```
parent 932935ec
No related branches found
No related tags found
No related merge requests found
--- ---
- hosts: localhost - hosts: localhost
become: no become: no
gather_facts: False
tasks: tasks:
- name: "Check ansible version >=2.7.8" - name: "Check ansible version >=2.7.8"
assert: assert:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment