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