1759
This commit is contained in:
@@ -652,10 +652,14 @@
|
|||||||
changed_when: false
|
changed_when: false
|
||||||
failed_when: false
|
failed_when: false
|
||||||
|
|
||||||
- name: Dev1 | Compute scroll24 value
|
- name: Dev1 | Set scroll24 schedule fact
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
set_fact:
|
set_fact:
|
||||||
scroll24_schedule: "{{ scroll24_sched_raw.stdout | default('') | trim }}"
|
scroll24_schedule: "{{ scroll24_sched_raw.stdout | default('') | trim }}"
|
||||||
|
|
||||||
|
- name: Dev1 | Compute scroll24 value
|
||||||
|
delegate_to: localhost
|
||||||
|
set_fact:
|
||||||
scroll24_value: >-
|
scroll24_value: >-
|
||||||
{%- if not (scroll24_present | default(false)) -%}
|
{%- if not (scroll24_present | default(false)) -%}
|
||||||
missing
|
missing
|
||||||
|
|||||||
Reference in New Issue
Block a user