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

syntax fix

parent 8a56203a
No related branches found
No related tags found
1 merge request!297Cicd merge back
......@@ -7,7 +7,7 @@
- name: install system packages apt
apt: name={{ item }} state=present update_cache=true force=yes
become: true
with_items: system_packages
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