This commit is contained in:
2026-01-20 18:52:41 +02:00
parent fcf184e492
commit bc429a188b

View File

@@ -1028,10 +1028,10 @@
args: { executable: /bin/bash }
changed_when: true
- name: PHASE 1 | DEV2 simulate upgrade marker AA_startedupgrade
- name: PHASE 1 | DEV2 simulate upgrade marker /tmp/AA_startedupgrade
delegate_to: localhost
ansible.builtin.shell: |
export DEV2_CMD="touch AA_startedupgrade"
export DEV2_CMD="touch /tmp/AA_startedupgrade"
{{ dev2_exec_cmd }}
args: { executable: /bin/bash }
changed_when: true