mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
include_tasks: validate_vars.yml in 0-init/tasks/main.yml
This commit is contained in:
parent
c90b1ae185
commit
31de9459bc
1 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,9 @@
|
|||
setup:
|
||||
filter: ansible_local
|
||||
|
||||
# Check that ~46+46 XYZ_install+XYZ_enabled vars are defined, bool & plausible!
|
||||
- include_tasks: validate_vars.yml
|
||||
|
||||
- name: Set top-level variables from local_facts for convenience
|
||||
set_fact:
|
||||
xo_model: "{{ ansible_local.local_facts.xo_model }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue