FIX: all .yml are renamed with .yaml to follow the name convention

This commit is contained in:
2026-07-07 15:03:00 +00:00
parent 6f996d1da3
commit 5bcca3f268
4 changed files with 3 additions and 0 deletions
@@ -8,5 +8,8 @@
- name: Install basic utils - name: Install basic utils
ansible.builtin.include_tasks: install_basic_utils.yaml ansible.builtin.include_tasks: install_basic_utils.yaml
- name: Remove unnecessary packages
ansible.builtin.include_tasks: remove_packages.yaml
- name: Create and set up a new user - name: Create and set up a new user
ansible.builtin.include_tasks: create_new_user.yaml ansible.builtin.include_tasks: create_new_user.yaml