update
This commit is contained in:
parent
9c81ff0e2d
commit
9e14db6719
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue