Skip to content

Commit dc42f62

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

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

roles/core/tasks/install.yml

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

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

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

0 commit comments

Comments
 (0)