Merge "Skip Enable cleanup service in check mode"

This commit is contained in:
Zuul 2022-07-13 20:57:30 +00:00 committed by Gerrit Code Review
commit edac451b00
2 changed files with 2 additions and 0 deletions

View File

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

View File

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