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
No related branches found
No related tags found
1 merge request!1Install etckeeper in basic-system
...@@ -3,3 +3,4 @@ ...@@ -3,3 +3,4 @@
dns_hostname_fqdn: false dns_hostname_fqdn: false
hosts_alternates: [] hosts_alternates: []
hosts_additionals: [] hosts_additionals: []
etckeeper: true
...@@ -20,6 +20,14 @@ ...@@ -20,6 +20,14 @@
- lsb - lsb
- meta: flush_handlers - meta: flush_handlers
- name: Install etckeeper
apt:
name: etckeeper
state: present
when: etckeeper
tags:
- etckeeper
- include: logging.yml - include: logging.yml
- meta: flush_handlers - meta: flush_handlers
- include: network.yml - include: network.yml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment