refactor(lint,fqdn-names): Full FQDN names for modules

Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
Tuan-Dat Tran
2025-01-22 00:06:35 +01:00
parent 87fb4fa5da
commit 71532a6d25
15 changed files with 107 additions and 85 deletions

View File

@@ -1,6 +1,6 @@
---
- name: Install apt packages
apt:
ansible.builtin.apt:
name:
- ansible
- bat
@@ -28,7 +28,8 @@
- xsel
- zsh
state: present
update_cache: yes
update_cache: true
become: true
- name: Update tldr database
command: tldr --update
ansible.builtin.command: tldr --update