Skip to content

Commit 79967d7

Browse files
committed
Remove temporary debug task for ansible_os_family in pre-validation for SCS nodes
1 parent 33b104b commit 79967d7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
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-
1711
- name: "Pre Validation: Validate SCS cluster status on ASCS node"
1812
become: true
1913
get_cluster_status_scs:

0 commit comments

Comments
 (0)