Merge "Fix role name typo in octavia playbook"

This commit is contained in:
Zuul 2020-08-25 04:42:22 +00:00 committed by Gerrit Code Review
commit ed4e75e36e
2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -1 +0,0 @@
octavia_controller_check