remove loop from package installation task

This commit is contained in:
agatha 2025-04-26 11:50:56 -04:00
parent 4ffa2375b4
commit 7397909181

View File

@ -7,9 +7,7 @@
- name: Install basic packages
package:
name: "{{ item }}"
state: present
loop:
name:
- git
- vim
- tmux
@ -24,6 +22,7 @@
- apt-transport-https
- ca-certificates
- gnupg
state: present
- name: Create user
user: