You've already forked ansible-role-git
fix: rename files to .yaml
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
- name: Include OS-specific variables
|
- name: Include OS-specific variables
|
||||||
ansible.builtin.include_vars: "{{ ansible_os_family }}.yml"
|
ansible.builtin.include_vars: "{{ ansible_facts['os_family'] }}.yaml"
|
||||||
|
|
||||||
- name: Install git and dependencies
|
- name: Install git and dependencies
|
||||||
vars:
|
vars:
|
||||||
@@ -19,6 +19,6 @@
|
|||||||
with_items: "{{ _git_package_names }}"
|
with_items: "{{ _git_package_names }}"
|
||||||
|
|
||||||
- name: Configure git
|
- name: Configure git
|
||||||
ansible.builtin.include_tasks: git_user.yml
|
ansible.builtin.include_tasks: git_user.yaml
|
||||||
with_dict:
|
with_dict:
|
||||||
- "{{ git_users }}"
|
- "{{ git_users }}"
|
||||||
Reference in New Issue
Block a user