Add check_mode: false to Nova upgrade checks

The step "Run Nova upgrade checks" needs to be excluded from check mode.

Related-Bug: #2002657
Change-Id: Ida582606b03d1896a6c58d4b324d088dc3b71852
This commit is contained in:
Matt Crees 2023-04-19 16:19:59 +01:00
parent 9cfba97cf5
commit e0191cb167

View File

@ -20,6 +20,7 @@
register: nova_upgrade_check_stdout
delegate_to: "{{ groups['nova-api'][0] }}"
failed_when: false
check_mode: false
- name: Upgrade status check result
fail: