Skip to content

Commit 3d1daf8

Browse files
committed
Tweak GitHub actions (#139)
1 parent eb23b69 commit 3d1daf8

File tree

4 files changed

+9
-27
lines changed

4 files changed

+9
-27
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: 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 }}

.gitignore

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,16 @@
22
############################
33
*.crt
44
*.key
5-
*.pem
65
*~
76
\#*
8-
9-
# Editor specific #
10-
###################
11-
.idea
12-
.vscode
13-
.classpath
14-
.project
15-
.settings/**
16-
## Emac
17-
*~
18-
\#*\#
19-
.\#*
20-
## Vim
21-
[._]*.s[a-w][a-z]
22-
[._]s[a-w][a-z]
23-
*.un~
24-
Session.vim
25-
.netrwhist
7+
!molecule.crt
8+
!molecule.key
269

2710
# OS Specific #
2811
###############
2912
Thumbs.db
3013
.DS_Store
31-
._*
32-
scratch/
14+
.vscode
3315

3416
# Ansible specific #
3517
####################

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
ENHANCEMENTS:
66

7-
Move non NGINX App Protect specific dependencies from the role into the Molecule Dockerfile.
7+
* Move non NGINX App Protect specific dependencies from the role into the Molecule Dockerfile.
8+
* Change Dependabot frequency from daily to weekly.
9+
* Minor touch-up of GitHub actions workflows.
810

911
BUG FIXES:
1012

meta/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ galaxy_info:
33
author: Daniel Edgar
44
description: Official Ansible role for NGINX App Protect WAF and DoS
55
role_name: nginx_app_protect
6-
namespace: nginxinc
6+
namespace: nginxinc # Ansible Lint requirement
77
company: F5 Networks, Inc.
88

99
license: Apache License, Version 2.0
@@ -37,5 +37,3 @@ galaxy_info:
3737
- server
3838
- development
3939
- dos
40-
41-
dependencies: []

0 commit comments

Comments
 (0)