File tree Expand file tree Collapse file tree 5 files changed +15
-12
lines changed Expand file tree Collapse file tree 5 files changed +15
-12
lines changed Original file line number Diff line number Diff line change 88
99jobs :
1010 release :
11- runs-on : ubuntu-20 .04
11+ runs-on : ubuntu-18 .04
1212 steps :
1313 - name : galaxy
1414 uses : robertdebock/galaxy-action@1.0.1
Original file line number Diff line number Diff line change 1111 types : [opened, synchronize, reopened]
1212jobs :
1313 lint :
14- runs-on : ubuntu-20 .04
14+ runs-on : ubuntu-18 .04
1515 strategy :
1616 fail-fast : true
1717 steps :
2020 with :
2121 path : " ${{ github.repository }}"
2222 - name : Molecule for Ansible - lint
23- uses : MonolithProjects/action-molecule@v1.4.1
23+ uses : MonolithProjects/action-molecule@v1.4.3
2424 with :
2525 molecule_command : lint
Original file line number Diff line number Diff line change 1010jobs :
1111 repo :
1212 name : Test Repo Runner
13- runs-on : ubuntu-20 .04
13+ runs-on : ubuntu-18 .04
1414 strategy :
1515 fail-fast : false
1616 matrix :
3535 with :
3636 path : " ${{ github.repository }}"
3737 - name : Molecule for Ansible - GHR Repository
38- uses : MonolithProjects/action-molecule@v1.4.2
38+ uses : MonolithProjects/action-molecule@v1.4.3
3939 env :
4040 PERSONAL_ACCESS_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
4141 with :
4646
4747 org :
4848 name : Test Org Runner
49- runs-on : ubuntu-20 .04
49+ runs-on : ubuntu-18 .04
5050 strategy :
5151 fail-fast : false
5252 steps :
5555 with :
5656 path : " ${{ github.repository }}"
5757 - name : Molecule for Ansible - GHR Organization
58- uses : MonolithProjects/action-molecule@v1.4.2
58+ uses : MonolithProjects/action-molecule@v1.4.3
5959 env :
6060 PERSONAL_ACCESS_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
6161 with :
Original file line number Diff line number Diff line change 44[ ![ Galaxy Quality] ( https://img.shields.io/ansible/quality/47375?style=flat&logo=ansible )] ( https://galaxy.ansible.com/monolithprojects/github_actions_runner )
55[ ![ Role version] ( https://img.shields.io/github/v/release/MonolithProjects/ansible-github_actions_runner )] ( https://galaxy.ansible.com/monolithprojects/github_actions_runner )
66[ ![ Role downloads] ( https://img.shields.io/ansible/role/d/47375 )] ( https://galaxy.ansible.com/monolithprojects/github_actions_runner )
7- [ ![ GitHub Actions] ( https://github.com/MonolithProjects/ansible-github_actions_runner/workflows/molecule%20test/badge.svg?branch=main )] ( https://github.com/MonolithProjects/ansible-github_actions_runner/actions )
7+ [ ![ GitHub Actions] ( https://github.com/MonolithProjects/ansible-github_actions_runner/workflows/molecule%20test/badge.svg?branch=master )] ( https://github.com/MonolithProjects/ansible-github_actions_runner/actions )
88[ ![ License] ( https://img.shields.io/github/license/MonolithProjects/ansible-github_actions_runner )] ( https://github.com/MonolithProjects/ansible-github_actions_runner/blob/main/LICENSE )
99
1010
@@ -36,8 +36,8 @@ Personal Access Token for GitHub account can be created [here](https://github.co
3636
3737* CentOS/RHEL 7,8
3838* Debian 9,10
39- * Fedora 32,33
40- * Ubuntu 16, 18,20
39+ * Fedora 34
40+ * Ubuntu 18,20
4141
4242 ** Note:** Fedora 32+ and Ubuntu 20 must use Ansible 2.9.8+. Other distros/releases will work also with older 2.8.0+ Ansible.
4343
Original file line number Diff line number Diff line change 11---
22provisioner :
33 name : ansible
4+ config_options :
5+ defaults :
6+ verbosity : 0
47 playbooks :
58 converge : converge.yml
69 cleanup : cleanup.yml
@@ -13,8 +16,8 @@ lint: |
1316driver :
1417 name : docker
1518platforms :
16- - name : " ${os:-ubuntu16 }-${tag:-latest}"
17- image : " ${namespace:-monolithprojects}/systemd-${os:-ubuntu16 }:${tag:-latest}"
19+ - name : " ${os:-ubuntu20 }-${tag:-latest}"
20+ image : " ${namespace:-monolithprojects}/systemd-${os:-ubuntu20 }:${tag:-latest}"
1821 command : /sbin/init
1922 tmpfs :
2023 - /run
You can’t perform that action at this time.
0 commit comments