update
This commit is contained in:
parent
9e14db6719
commit
f5d152b0da
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
include_vars: "{{ item }}"
|
||||
with_first_found:
|
||||
- "vars/devpod.yml"
|
||||
when: DEVPOD | bool
|
||||
when: DEVPOD
|
||||
|
||||
- name: Load a variable file
|
||||
include_vars: "{{ item }}"
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
- "vars/{{ ansible_distribution }}.yml"
|
||||
- "vars/{{ ansible_os_family }}.yml"
|
||||
- "vars/defaults.yml"
|
||||
when: not DEVPOD | bool
|
||||
when: not DEVPOD
|
||||
|
||||
- name:
|
||||
include_tasks: "defaults.yml"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue