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

syntax fix

parent 4635ad4f
No related branches found
No related tags found
No related merge requests found
......@@ -2,10 +2,10 @@
# Pakete installieren
- name: pakete installieren
apt:
pkg: "{{ item }}"
update_cache: yes
state: installed
with_items:
name: "{{ packages }}"
state: present
vars:
packages:
- prometheus-node-exporter
- name: remove old directories
......
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