update
This commit is contained in:
parent
f5d152b0da
commit
415f81515f
1 changed files with 8 additions and 8 deletions
|
|
@ -4,14 +4,14 @@
|
||||||
- "vars/devpod.yml"
|
- "vars/devpod.yml"
|
||||||
when: DEVPOD
|
when: DEVPOD
|
||||||
|
|
||||||
- name: Load a variable file
|
#- name: Load a variable file
|
||||||
include_vars: "{{ item }}"
|
# include_vars: "{{ item }}"
|
||||||
with_first_found:
|
# with_first_found:
|
||||||
- "vars/{{ ansible_distribution }}-{{ ansible_distribution_version }}.yml"
|
# - "vars/{{ ansible_distribution }}-{{ ansible_distribution_version }}.yml"
|
||||||
- "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
|
# when: not DEVPOD
|
||||||
|
|
||||||
- name:
|
- name:
|
||||||
include_tasks: "defaults.yml"
|
include_tasks: "defaults.yml"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue