Fix role name typo in octavia playbook

octavia-controller-check should be octavia_controller_check. Also
removes symlink that should no longer be required.

Change-Id: I232aa4d8af134ce3403b12a15e06e378ad418d58
Closes-Bug: #1892512
This commit is contained in:
Brent Eagles 2020-08-24 10:50:23 -02:30 committed by Alex Schultz
parent 7c90153dda
commit 9d2f99f87c
2 changed files with 1 additions and 2 deletions

View File

@ -37,7 +37,7 @@
stack_action: "{{ stack_action }}"
tasks:
- include_role:
name: octavia-controller-check
name: octavia_controller_check
when:
- generate_certs | bool
- stack_action == 'UPDATE'

View File

@ -1 +0,0 @@
octavia_controller_check