Skip to content
Snippets Groups Projects
Forked from infrastruktur / ansible-warpzone
1222 commits behind the upstream repository.
main.yml 268 B
---


- name: stop prometheus-node-exporter
  service: name=prometheus-node-exporter state=stopped

# Pakete deinstallieren
- name: pakete deinstallieren
  apt:
    pkg: "{{ item }}"
    update_cache: no
    state: absent
  with_items:
    - prometheus-node-exporter