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

FIX syntax

parent f74749d0
No related branches found
No related tags found
1 merge request!297Cicd merge back
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
- 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
with_items: "{{ system_packages }}"
become: true become: true
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