Skip to content

Commit 8b7398f

Browse files
committed
fixup! ansible: Move the installation of most packages to the apt role
1 parent 8da1869 commit 8b7398f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/apt/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@
9393

9494
- name: Install extra packages
9595
apt:
96-
name: "{{ apt.packages | flatten | map(attribute='name') | list }}"
96+
name: "{{ apt.packages.values() | flatten | map(attribute='name') | list }}"

0 commit comments

Comments
 (0)