Skip to content

Commit 9ef298a

Browse files
committed
Add debug task to display ansible_os_family during SCS pre-validation
1 parent febc1d2 commit 9ef298a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/roles/misc/tasks/pre-validations-scs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
- name: "Pre Validation: ASCS Nodes"
99
when: node_tier == "scs" or node_tier == "ers"
1010
block:
11+
# debug task to show the ansible_os_family [TEMPORARY]
12+
13+
- name: "Pre Validation: Show ansible_os_family"
14+
debug:
15+
msg: "ansible_os_family: {{ ansible_os_family }}"
16+
1117
- name: "Pre Validation: Validate SCS cluster status on ASCS node"
1218
become: true
1319
get_cluster_status_scs:

0 commit comments

Comments
 (0)