Change play name

We currently have 'Server deployments' defined twice. We moved the
validation to it's own play but didn't rename the play. Let's update the
play to better reflect where we're at.

Change-Id: Ic9e6c8b613745f397cdd562398c9c07a759d1f5a
Related-Bug: #1913725
This commit is contained in:
Alex Schultz 2021-02-24 10:54:03 -07:00
parent 6997676b1e
commit c6e9974ba1
1 changed files with 1 additions and 1 deletions

View File

@ -570,7 +570,7 @@ outputs:
- hosts: {{primary_role_name}}:DEPLOY_TARGET_HOST - hosts: {{primary_role_name}}:DEPLOY_TARGET_HOST
strategy: tripleo_free strategy: tripleo_free
name: Server deployments name: Network validation
gather_facts: "{% raw %}{{ gather_facts | default(false) }}{% endraw %}" gather_facts: "{% raw %}{{ gather_facts | default(false) }}{% endraw %}"
any_errors_fatal: yes any_errors_fatal: yes
tasks: tasks: