Skip to content
Snippets Groups Projects
Commit 9680993d authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

FIX syntax

Former-commit-id: b471a134
parent 6e325dee
No related branches found
No related tags found
No related merge requests found
......@@ -6,8 +6,8 @@
- name: install system packages apt
apt: name={{ item }} state=present update_cache=true force=yes
with_items: "{{ system_packages }}"
become: true
with_items: {{ system_packages }}
when: ansible_os_family == 'Debian'
- name: force the use of KDE desktop
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment