Skip to content

Commit

Permalink
Merge pull request #84 from MonolithProjects/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
MonolithProjects committed Jun 28, 2021
2 parents 403c5f3 + 87e12af commit bc602e2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
tag: "latest"
- os: "ubuntu20"
tag: "latest"
- os: "rockylinux8"
tag: "latest"
steps:
- name: checkout
uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Personal Access Token for GitHub account can be created [here](https://github.co
* CentOS/RHEL 7,8
* Debian 9,10
* Fedora 34
* Rocky Linux 8
* Ubuntu 18,20

**Note:** Fedora 32+ and Ubuntu 20 must use Ansible 2.9.8+. Other distros/releases will work also with older 2.8.0+ Ansible.
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
- github_account: monolithprojects-testorg
- runner_state: absent
roles:
- ansible-github_actions_runner
- ansible-github_actions_runner
2 changes: 1 addition & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ scenario:
- idempotence
- verify
- cleanup
- destroy
- destroy
5 changes: 3 additions & 2 deletions tasks/install_deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
update_cache: yes
when: (ansible_distribution == "RedHat") or
(ansible_distribution == "CentOS") or
(ansible_distribution == "Fedora")
(ansible_distribution == "Fedora") or
(ansible_distribution == "Rocky")
tags:
- install
- install

0 comments on commit bc602e2

Please sign in to comment.