mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
0-init: Skip validate_vars.yml on Zero W & Zero 2 W
This commit is contained in:
parent
6c350af87d
commit
ebb1ac6cc1
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@
|
|||
|
||||
- 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. Also checks that "XYZ_install" is True when "XYZ_installed" is defined.
|
||||
include_tasks: validate_vars.yml
|
||||
when: not (rpi_model | regex_search('\bW\b'))
|
||||
|
||||
- name: "Time Zone / TZ: Set symlink /etc/localtime to UTC if it doesn't exist?"
|
||||
include_tasks: tz.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue