fix: unintended push of wrong indentation
This commit is contained in:
parent
262f672707
commit
0372930098
1 changed files with 3 additions and 3 deletions
|
@ -21,8 +21,8 @@
|
||||||
- name: "Select tasks for {{ ansible_distribution }} {{ ansible_distribution_major_version }}"
|
- name: "Select tasks for {{ ansible_distribution }} {{ ansible_distribution_major_version }}"
|
||||||
ansible.builtin.include_tasks: "{{ distro_file }}"
|
ansible.builtin.include_tasks: "{{ distro_file }}"
|
||||||
with_first_found:
|
with_first_found:
|
||||||
- "{{ ansible_distribution }}-{{ ansible_distribution_major_version }}.yml"
|
- "{{ ansible_distribution }}-{{ ansible_distribution_major_version }}.yml"
|
||||||
- "{{ ansible_distribution }}.yml"
|
- "{{ ansible_distribution }}.yml"
|
||||||
- "{{ ansible_os_family }}.yml"
|
- "{{ ansible_os_family }}.yml"
|
||||||
loop_control:
|
loop_control:
|
||||||
loop_var: distro_file
|
loop_var: distro_file
|
||||||
|
|
Loading…
Add table
Reference in a new issue