mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Clarify validate_vars.yml in 0-init/tasks/main.yml
This commit is contained in:
parent
ab3a070a89
commit
96c843eeb4
1 changed files with 3 additions and 2 deletions
|
@ -33,8 +33,9 @@
|
|||
setup:
|
||||
filter: ansible_local
|
||||
|
||||
# Check that ~46+46 XYZ_install+XYZ_enabled vars are defined, bool & plausible!
|
||||
- include_tasks: validate_vars.yml
|
||||
# 2020-01-21: checks 46+46 vars...for now...expect validate_vars.yml to change!
|
||||
- name: Pre-check that IIAB's "XYZ_install" + "XYZ_enabled" vars (1) are defined, (2) are boolean-not-string variables, and (3) contain plausible values
|
||||
include_tasks: validate_vars.yml
|
||||
|
||||
- name: Set top-level variables from local_facts for convenience
|
||||
set_fact:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue