[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

@ -75,11 +75,9 @@
- name: Devel - Golang - Install developer tools
become: true
ansible.builtin.apt:
name: "{{ packages }}"
state: present
vars:
packages:
name:
- golang
state: present
diff: false
# Dev Env - LaTeX Distribution