File tree 5 files changed +8
-4
lines changed
5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 31
31
tag : " latest"
32
32
- os : " ubuntu20"
33
33
tag : " latest"
34
+ - os : " rockylinux8"
35
+ tag : " latest"
34
36
steps :
35
37
- name : checkout
36
38
uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ Personal Access Token for GitHub account can be created [here](https://github.co
37
37
* CentOS/RHEL 7,8
38
38
* Debian 9,10
39
39
* Fedora 34
40
+ * Rocky Linux 8
40
41
* Ubuntu 18,20
41
42
42
43
** Note:** Fedora 32+ and Ubuntu 20 must use Ansible 2.9.8+. Other distros/releases will work also with older 2.8.0+ Ansible.
Original file line number Diff line number Diff line change 9
9
- github_account : monolithprojects-testorg
10
10
- runner_state : absent
11
11
roles :
12
- - ansible-github_actions_runner
12
+ - ansible-github_actions_runner
Original file line number Diff line number Diff line change @@ -40,4 +40,4 @@ scenario:
40
40
- idempotence
41
41
- verify
42
42
- cleanup
43
- - destroy
43
+ - destroy
Original file line number Diff line number Diff line change 87
87
update_cache : yes
88
88
when : (ansible_distribution == "RedHat") or
89
89
(ansible_distribution == "CentOS") or
90
- (ansible_distribution == "Fedora")
90
+ (ansible_distribution == "Fedora") or
91
+ (ansible_distribution == "Rocky")
91
92
tags :
92
- - install
93
+ - install
You can’t perform that action at this time.
0 commit comments