Skip to content

Commit 3f05ea3

Browse files
committed
Tweak GitHub actions (#179)
1 parent 4196025 commit 3f05ea3

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

.github/workflows/molecule.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
if: "!(contains(matrix.scenario, 'plus') && github.event.pull_request.head.repo.full_name != github.repository)"
4747
run: molecule test -s ${{ matrix.scenario }}
4848
env:
49-
PY_COLORS: "1"
50-
ANSIBLE_FORCE_COLOR: "1"
49+
PY_COLORS: 1
50+
ANSIBLE_FORCE_COLOR: 1
5151
NGINX_CRT: ${{ secrets.NGINX_CRT }}
5252
NGINX_KEY: ${{ secrets.NGINX_KEY }}

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,8 @@ ENHANCEMENTS:
216216
* Remove Debian Buster from the `plus` Molecule scenario since it often fails in the GitHub Actions CI/CD pipeline.
217217
* Replace "yes"/"no" boolean values with "true"/"false" to comply with YAML spec `1.2`.
218218
* Ensure the default values for the `nginx.conf` template match the default values found on a fresh NGINX installation.
219+
* Change Dependabot frequency from daily to weekly.
220+
* Minor touch-up of GitHub actions workflows.
219221

220222
BUG FIXES:
221223

meta/main.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,29 +14,25 @@ galaxy_info:
1414
- name: Alpine
1515
versions:
1616
- any
17-
- name: Amazon
18-
versions:
19-
- 2018.03
2017
- name: Amazon Linux 2
2118
versions:
2219
- any
2320
- name: Debian
2421
versions:
2522
- buster
23+
- bullseye
2624
- name: EL
2725
versions:
2826
- 7
2927
- 8
3028
- name: FreeBSD
3129
versions:
32-
- 11.2
3330
- 12.1
3431
- name: Ubuntu
3532
versions:
36-
- xenial
3733
- bionic
3834
- focal
39-
- groovy
35+
- hirsute
4036
- name: SLES
4137
versions:
4238
- 12
@@ -51,5 +47,3 @@ galaxy_info:
5147
- server
5248
- development
5349
- configuration
54-
55-
dependencies: []

0 commit comments

Comments
 (0)