Skip to content
Snippets Groups Projects
Commit 3a952b50 authored by Robin Sonnabend's avatar Robin Sonnabend Committed by Thomas Schneider
Browse files

Uninstall etckeeper when the variable is false

parent 30731c55
No related branches found
No related tags found
1 merge request!1Install etckeeper in basic-system
Pipeline #1587 passed
......@@ -28,6 +28,14 @@
tags:
- etckeeper
- name: Uninstall etckeeper
apt:
name: etckeeper
state: absent
when: not etckeeper
tags:
- etckeeper
- include: logging.yml
- meta: flush_handlers
- include: network.yml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment