remove loop from package installation task
This commit is contained in:
parent
4ffa2375b4
commit
7397909181
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user