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:
Wei Zhou
2019-09-26 15:13:21 -04:00
parent e4494b7b0c
commit 7e59a5e134
7 changed files with 7 additions and 17 deletions

View File

@@ -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