Skip to content
Snippets Groups Projects
Commit 30731c55 authored by Thomas Schneider's avatar Thomas Schneider
Browse files

Install etckeeper in basic-system

parent 43a0702f
Branches
No related tags found
1 merge request!1Install etckeeper in basic-system
......@@ -3,3 +3,4 @@
dns_hostname_fqdn: false
hosts_alternates: []
hosts_additionals: []
etckeeper: true
......@@ -20,6 +20,14 @@
- lsb
- meta: flush_handlers
- name: Install etckeeper
apt:
name: etckeeper
state: present
when: 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