Skip to content

Commit 85a61a7

Browse files
committed
Refactor tasks that us squash_actions
1 parent 750f3a9 commit 85a61a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tasks/install.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,10 @@
3232

3333
- name: Install system-wide dependencies
3434
apt:
35-
pkg: "{{ item }}"
35+
name: "{{ system_wide_dependencies }}"
3636
state: latest
3737
update_cache: yes
3838
cache_valid_time: 600
39-
with_items: "{{ system_wide_dependencies }}"
4039

4140
- name: Ensure required directories are present
4241
file:

0 commit comments

Comments
 (0)