refac: use .yaml instead of .yml extension
All checks were successful
Ansible Linter / ansible-lint (push) Successful in 24s
Lint Markdown files / markdown-lint (push) Successful in 4s

This commit is contained in:
2025-10-25 12:37:50 +02:00
parent 0db7c7265a
commit 22048124fd
9 changed files with 6 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
---
- name: Remove unix user {{ unix_user.key }}
ansible.builtin.user:
name: "{{ unix_user.key }}"
state: absent
remove: true