Reference to vars_files is missing from playbook

A check resources was introduced as part of the composable_roles
modifications, but one of the playbooks is referring to variables
without referencing them on the vars_files parameter, leading to
undefined variables

Change-Id: If4bbf91bc4716ea1aeb3cf2320173f128e374c8b
(cherry picked from commit 169b299666)
This commit is contained in:
Juan Larriba 2022-03-29 14:21:56 +02:00
parent 4829319cdc
commit 6e5d931181
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@
- name: Check Controller group
hosts: localhost
vars_files:
../roles/backup-and-restore/defaults/main.yml
tasks:
- name: Check the name controller group
assert: