Move load_patching_tasks.yml to backup_restore playbook
Currently load_patching_tasks.yml resides in bootstrap/prepare_env/tasks directory. As the content of this yaml file is restore specific, move it to restore_platform directory. Test: - local restore platform - remote restore platform Change-Id: I2a652bad5a8d6c90c7c5cbfc1af04c986531dd90 Closes-Bug: 1845534 Signed-off-by: Wei Zhou <wei.zhou@windriver.com>
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
msg: "Host {{ ansible_host }} has been unlocked. Cannot perform restore."
|
||||
when: initial_config_done.stat.exists
|
||||
|
||||
- name: Check if restore is in progress if bootstrap is with restore mode
|
||||
- name: Check if restore is in progress
|
||||
stat:
|
||||
path: "{{ restore_in_progress_flag }}"
|
||||
register: restore_in_progress
|
||||
|
||||
Reference in New Issue
Block a user