This commit is contained in:
DeveloperDurp 2025-04-06 20:42:49 -05:00
parent 9e14db6719
commit f5d152b0da

View file

@ -2,7 +2,7 @@
include_vars: "{{ item }}" include_vars: "{{ item }}"
with_first_found: with_first_found:
- "vars/devpod.yml" - "vars/devpod.yml"
when: DEVPOD | bool when: DEVPOD
- name: Load a variable file - name: Load a variable file
include_vars: "{{ item }}" include_vars: "{{ item }}"
@ -11,7 +11,7 @@
- "vars/{{ ansible_distribution }}.yml" - "vars/{{ ansible_distribution }}.yml"
- "vars/{{ ansible_os_family }}.yml" - "vars/{{ ansible_os_family }}.yml"
- "vars/defaults.yml" - "vars/defaults.yml"
when: not DEVPOD | bool when: not DEVPOD
- name: - name:
include_tasks: "defaults.yml" include_tasks: "defaults.yml"