[TIDY] Refactor apt commands
This commit is contained in:
parent
f380e0ba29
commit
f3ab61b8ff
4 changed files with 9 additions and 17 deletions
|
@ -4,11 +4,7 @@
|
|||
- name: Essentials - Install essential utilities
|
||||
become: true
|
||||
ansible.builtin.apt:
|
||||
name: "{{ packages }}"
|
||||
state: present
|
||||
update_cache: true
|
||||
vars:
|
||||
packages:
|
||||
name:
|
||||
- git
|
||||
- curl
|
||||
- wget
|
||||
|
@ -16,4 +12,6 @@
|
|||
- vim
|
||||
- tmux
|
||||
- python3-pip
|
||||
state: present
|
||||
update_cache: true
|
||||
diff: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue