Skip to content

Commit 602b38f

Browse files
committed
fix: update syntax
1 parent 52c89d4 commit 602b38f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
- name: Install system dependencies
99
become: yes
1010
apt:
11-
name="{{ item }}"
12-
state=installed
11+
name: "{{item}}"
12+
state: present
1313
with_items:
1414
- vim
1515
- htop

0 commit comments

Comments
 (0)