Skip to content
Snippets Groups Projects
Commit b68931ce 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
No related merge requests found
Pipeline #1357 failed
......@@ -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