Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Commit 83b0980

Browse files
jonesdtrayjh
authored andcommitted
fix: Add gather facts set to false to validate_bootstrap_vars.yml (#496)
When any pup module is called that utilizes validate_bootstrap_vars.yml , the system hangs and fails to progress i.e. pup validate --config-file. When fact gathering is set to false, the deployer is able to proceed with WMLA setup.
1 parent 8a20f56 commit 83b0980

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

playbooks/validate_bootstrap_vars.yml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
- name: Software bootstrap validation
1919
hosts: localhost
20+
gather_facts: False
2021
tasks:
2122
- name: Validate software bootstrap parsing
2223
debug:

0 commit comments

Comments
 (0)