1735
This commit is contained in:
@@ -418,6 +418,13 @@
|
||||
ansible.builtin.raw: "{{ pathprefix }} touch '{{ fw_marker }}'"
|
||||
changed_when: true
|
||||
|
||||
- name: Cleanup prepared marker after successful backup-bank write
|
||||
ansible.builtin.raw: "rm -f '{{ fw_marker }}'"
|
||||
changed_when: true
|
||||
when:
|
||||
- fw_marker is defined
|
||||
- fw_marker | length > 0
|
||||
|
||||
- name: Build control queue payload (progress & target version)
|
||||
ansible.builtin.set_fact:
|
||||
nbq2_payload_obj:
|
||||
|
||||
Reference in New Issue
Block a user