This commit is contained in:
DeveloperDurp 2025-04-06 20:40:55 -05:00
parent 9c81ff0e2d
commit 9e14db6719

View file

@ -1,5 +1,7 @@
- name: Load devpod variables if DEVPOD is true
include_vars: "vars/devpod.yml"
include_vars: "{{ item }}"
with_first_found:
- "vars/devpod.yml"
when: DEVPOD | bool
- name: Load a variable file