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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user