tripleo-common/releasenotes/notes/fix-check-mode-server-deployment-098bcae9e0227c57.yaml
James Slagle ef778539e8 Fix check mode for server deployments
The task to remove the deployment status file from a previous failed
attempt was failing during check mode since the registered variables it
relies upon are not set. This patch updates the task to not run during
check mode.

Change-Id: I11b33f8fae6a7f1f96ce810495c92ad4e33ef66c
Closes-Bug: #1790928
2018-09-29 10:11:42 +00:00

6 lines
184 B
YAML

---
fixes:
- Previously, running ansible-playbook with --check would cause a failure
during the individual server deployments when checking the result of a
previous attempt.