Merge "[TRAIN-ONLY] Fix systemd-wrapper integration during update." into stable/train

This commit is contained in:
Zuul 2020-04-03 18:06:14 +00:00 committed by Gerrit Code Review
commit 76488564e7
3 changed files with 3 additions and 6 deletions

View File

@ -422,8 +422,7 @@ outputs:
state: yes
update_tasks:
- when: step|int == 1
block:
<<: *dhcp_wrapper_tasks
block: *dhcp_wrapper_tasks
upgrade_tasks: []
fast_forward_upgrade_tasks:
- when:

View File

@ -378,8 +378,7 @@ outputs:
state: yes
update_tasks:
- when: step|int == 1
block:
<<: *l3_wrapper_tasks
block: *l3_wrapper_tasks
upgrade_tasks: []
fast_forward_upgrade_tasks:
- when:

View File

@ -360,6 +360,5 @@ outputs:
setype: svirt_sandbox_file_t
update_tasks:
- when: step|int == 1
block:
<<: *ovn_wrapper_tasks
block: *ovn_wrapper_tasks
upgrade_tasks: []