Skip to content

Commit 33a73b5

Browse files
Add Rocky Linux 8 molecule tests
1 parent 40b3441 commit 33a73b5

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
tag: "latest"
3232
- os: "ubuntu20"
3333
tag: "latest"
34+
- os: "rockylinux8"
35+
tag: "latest"
3436
steps:
3537
- name: checkout
3638
uses: actions/checkout@v2

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Personal Access Token for GitHub account can be created [here](https://github.co
3737
* CentOS/RHEL 7,8
3838
* Debian 9,10
3939
* Fedora 34
40+
* Rocky Linux 8
4041
* Ubuntu 18,20
4142

4243
**Note:** Fedora 32+ and Ubuntu 20 must use Ansible 2.9.8+. Other distros/releases will work also with older 2.8.0+ Ansible.

molecule/default/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ scenario:
4040
- idempotence
4141
- verify
4242
- cleanup
43-
- destroy
43+
- destroy

0 commit comments

Comments
 (0)