diff --git a/files/ansible-playbooks/sot-updater.yml b/files/ansible-playbooks/sot-updater.yml index af285bc..fd6ead6 100644 --- a/files/ansible-playbooks/sot-updater.yml +++ b/files/ansible-playbooks/sot-updater.yml @@ -652,10 +652,14 @@ changed_when: false failed_when: false - - name: Dev1 | Compute scroll24 value + - name: Dev1 | Set scroll24 schedule fact delegate_to: localhost set_fact: scroll24_schedule: "{{ scroll24_sched_raw.stdout | default('') | trim }}" + + - name: Dev1 | Compute scroll24 value + delegate_to: localhost + set_fact: scroll24_value: >- {%- if not (scroll24_present | default(false)) -%} missing