Skip to content
Snippets Groups Projects
Commit 4fb32ce6 authored by nimrod's avatar nimrod
Browse files

Disable Ansible's fact gathering for the common role, the role handles that more reliably.

parent 74867e6d
No related branches found
No related tags found
No related merge requests found
---
- hosts:
- all
gather_facts: '{{ openbsd_bootstrap is defined }}'
gather_facts: False
roles:
- common
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment