fix: rename files to .yaml
All checks were successful
Ansible Linter / ansible-lint (push) Successful in 32s
Lint Markdown files / markdown-lint (push) Successful in 4s

This commit is contained in:
2025-11-23 00:01:15 +01:00
parent 6b31a16ffb
commit d471d303fb
7 changed files with 2 additions and 2 deletions

View File

@@ -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 }}"