ef778539e8
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
6 lines
184 B
YAML
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.
|