[TIDY] Refactor apt commands

This commit is contained in:
Jannik Beyerstedt 2023-07-03 10:17:52 +02:00
parent f380e0ba29
commit f3ab61b8ff
4 changed files with 9 additions and 17 deletions

View file

@ -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