Merge "Fix role name typo in octavia playbook" into stable/ussuri

This commit is contained in:
Zuul 2020-09-07 21:13:59 +00:00 committed by Gerrit Code Review
commit fe180b4ff5
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