Merge "Skip Enable cleanup service in check mode" into stable/wallaby

This commit is contained in:
Zuul 2022-07-14 17:13:59 +00:00 committed by Gerrit Code Review
commit d7c042fa91
2 changed files with 2 additions and 0 deletions

View File

@ -430,6 +430,7 @@ outputs:
service:
name: neutron-cleanup
enabled: yes
when: not (ansible_check_mode|bool)
- name: enable virt_sandbox_use_netlink for healthcheck
seboolean:
name: virt_sandbox_use_netlink

View File

@ -457,6 +457,7 @@ outputs:
service:
name: neutron-cleanup
enabled: yes
when: not (ansible_check_mode|bool)
external_deploy_tasks:
- when:
- step|int == 0