9 lines
168 B
YAML
9 lines
168 B
YAML
- name: Install the package for etckeeer
|
|
ansible.builtin.apt:
|
|
name:
|
|
- etckeeper
|
|
become: true
|
|
|
|
- name: Ensure that etckeeper pushes the changes to remote
|
|
|