Skip to content

Commit 3303fe0

Browse files
authored
Update "gather_facts: false" for consistency and ansible lint - vxlan.yaml, validate.yaml and README.md (#57)
* Update vxlan.yaml * Update README.md * Update validate.yaml
1 parent d487ffa commit 3303fe0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ The playbook is located in the root of the repository and is called `vxlan.yaml`
251251
# roles in this collection.
252252
- hosts: nac-fabric1
253253
any_errors_fatal: true
254-
gather_facts: no
254+
gather_facts: false
255255
256256
roles:
257257
# Prepare service model for all subsequent roles

validate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# roles in this collection.
44
- hosts: nac-ndfc1
55
any_errors_fatal: true
6-
gather_facts: no
6+
gather_facts: false
77

88
roles:
99
# Validate user data based on model

vxlan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# roles in this collection.
44
- hosts: nac-fabric1
55
any_errors_fatal: true
6-
gather_facts: no
6+
gather_facts: false
77

88
roles:
99
# Prepare service model for all subsequent roles

0 commit comments

Comments
 (0)