Merge "Honor --skip-deploy-identifier in common deploy tasks for updates"
This commit is contained in:
commit
d2f582bb80
@ -593,7 +593,7 @@ outputs:
|
||||
register: docker_container_startup_configs_json_stat
|
||||
- import_tasks: common_deploy_steps_tasks.yaml
|
||||
when:
|
||||
- (update_identifier != "" or not docker_container_startup_configs_json_stat.stat.exists)
|
||||
- ((update_identifier is defined and update_identifier != "" and update_identifier is not none) or not docker_container_startup_configs_json_stat.stat.exists)
|
||||
tags:
|
||||
- overcloud
|
||||
- deploy_steps
|
||||
|
Loading…
Reference in New Issue
Block a user