Skip to content

Commit 8a83ce6

Browse files
committed
Update documentation for RHEL 8 and 9, and run tests on newer OSes.
1 parent 5937899 commit 8a83ce6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
strategy:
4242
matrix:
4343
distro:
44-
- rockylinux8
45-
- ubuntu1804
46-
- debian10
44+
- rockylinux9
45+
- ubuntu2204
46+
- debian11
4747

4848
steps:
4949
- name: Check out the codebase.

meta/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ galaxy_info:
77
description: Security software installation and configuration.
88
company: "Midwestern Mac, LLC"
99
license: "license (BSD, MIT)"
10-
min_ansible_version: 2.4
10+
min_ansible_version: 2.9
1111
platforms:
1212
- name: EL
1313
versions:

tasks/autoupdate-RedHat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
- name: Set correct automatic update utility vars (RHEL 8).
2+
- name: Set correct automatic update utility vars (RHEL >= 8).
33
set_fact:
44
update_utility: dnf-automatic
55
update_service: dnf-automatic-install.timer

0 commit comments

Comments
 (0)