Merge "Move installation variables collection to beginning"

This commit is contained in:
Zuul 2022-05-30 22:30:07 +00:00 committed by Gerrit Code Review
commit 2bcdfdb61a
1 changed files with 5 additions and 0 deletions

View File

@ -39,6 +39,11 @@
tags:
- always
- name: Gather variables for installation method
include_vars: "{{ octavia_install_method }}_install.yml"
tags:
- always
- name: Fail if our required secrets are not present
fail:
msg: "Please set the {{ item }} variable prior to applying this role."