1
0
Fork 0
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:
A Holt 2020-01-21 16:01:57 -05:00 committed by GitHub
parent c90b1ae185
commit 31de9459bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,6 +33,9 @@
setup: setup:
filter: ansible_local 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 - name: Set top-level variables from local_facts for convenience
set_fact: set_fact:
xo_model: "{{ ansible_local.local_facts.xo_model }}" xo_model: "{{ ansible_local.local_facts.xo_model }}"