File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 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
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
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.
Original file line number Diff line number Diff line change 99 - github_account : monolithprojects-testorg
1010 - runner_state : absent
1111 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:
4040 - idempotence
4141 - verify
4242 - cleanup
43- - destroy
43+ - destroy
Original file line number Diff line number Diff line change 8787 update_cache : yes
8888 when : (ansible_distribution == "RedHat") or
8989 (ansible_distribution == "CentOS") or
90- (ansible_distribution == "Fedora")
90+ (ansible_distribution == "Fedora") or
91+ (ansible_distribution == "Rocky")
9192 tags :
92- - install
93+ - install
You can’t perform that action at this time.
0 commit comments