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

syntax fix

Former-commit-id: e682d390
parent 00644758
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
- name: install system packages apt - name: install system packages apt
apt: name={{ item }} state=present update_cache=true force=yes apt: name={{ item }} state=present update_cache=true force=yes
become: true become: true
with_items: system_packages with_items: {{ system_packages }}
when: ansible_os_family == 'Debian' when: ansible_os_family == 'Debian'
- name: force the use of KDE desktop - 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