Skip to content

Commit 02802c9

Browse files
committed
fix debug syntax
Signed-off-by: Larry Peterson <[email protected]>
1 parent a1cebf2 commit 02802c9

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

roles/core/tasks/install.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,12 @@
2828
when: inventory_hostname in groups['master_nodes']
2929

3030
- debug:
31-
var: "ran_subnet"
32-
var: "core_gw"
33-
var: "access_gw"
34-
var: "core_ip"
35-
var: "access_ip"
31+
var:
32+
- ran_subnet
33+
- core_gw
34+
- access_gw
35+
- core_ip
36+
- access_ip
3637
when: inventory_hostname in groups['master_nodes']
3738

3839
- name: remove /tmp/sdcore-5g-values.yaml

0 commit comments

Comments
 (0)