File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments