Skip to content
Snippets Groups Projects
Commit 3d992924 authored by Christian Elberfeld's avatar Christian Elberfeld
Browse files

syntax fix

parent 00e416e4
No related branches found
No related tags found
No related merge requests found
......@@ -2,10 +2,11 @@
# Pakete installieren
- name: pakete installieren
apt:
pkg: "{{ item }}"
name: "{{ packages }}"
update_cache: yes
state: present
with_items:
vars:
packages:
- borgbackup
- logrotate
- moreutils
......
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