We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33b104b commit 79967d7Copy full SHA for 79967d7
src/roles/misc/tasks/pre-validations-scs.yml
@@ -8,12 +8,6 @@
8
- name: "Pre Validation: ASCS Nodes"
9
when: node_tier == "scs" or node_tier == "ers"
10
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
17
- name: "Pre Validation: Validate SCS cluster status on ASCS node"
18
become: true
19
get_cluster_status_scs:
0 commit comments