1852
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user