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 febc1d2 commit 9ef298aCopy full SHA for 9ef298a
src/roles/misc/tasks/pre-validations-scs.yml
@@ -8,6 +8,12 @@
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