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