Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tasks/main-tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
# etckeeper do not seem to need anything from the Powertools repo but keep
# that in mind for proper EPEL repo activation, per
# https://docs.fedoraproject.org/en-US/epel/#_quickstart
- name: CentOS or Rocky - Install EPEL repo
- name: CentOS, Rocky or AlmaLinux - Install EPEL repo
package:
name: epel-release
state: present
when: (ansible_distribution == 'CentOS') or (ansible_distribution == 'Rocky')
when: ansible_distribution in ['CentOS', 'Rocky', 'AlmaLinux']

# On debian, installing the etckeeper package seems to put /etc
# under version control immediately.
Expand Down
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
- include: main-tasks.yml
- include_tasks: main-tasks.yml
tags: etckeeper