File tree Expand file tree Collapse file tree 4 files changed +9
-27
lines changed Expand file tree Collapse file tree 4 files changed +9
-27
lines changed Original file line number Diff line number Diff line change 46
46
if : github.event.pull_request.head.repo.full_name == github.repository
47
47
run : molecule test -s ${{ matrix.scenario }}
48
48
env :
49
- PY_COLORS : " 1 "
50
- ANSIBLE_FORCE_COLOR : " 1 "
49
+ PY_COLORS : 1
50
+ ANSIBLE_FORCE_COLOR : 1
51
51
NGINX_CRT : ${{ secrets.NGINX_CRT }}
52
52
NGINX_KEY : ${{ secrets.NGINX_KEY }}
Original file line number Diff line number Diff line change 2
2
# ###########################
3
3
* .crt
4
4
* .key
5
- * .pem
6
5
* ~
7
6
\# *
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
26
9
27
10
# OS Specific #
28
11
# ##############
29
12
Thumbs.db
30
13
.DS_Store
31
- ._ *
32
- scratch /
14
+ .vscode
33
15
34
16
# Ansible specific #
35
17
# ###################
Original file line number Diff line number Diff line change 4
4
5
5
ENHANCEMENTS:
6
6
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.
8
10
9
11
BUG FIXES:
10
12
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ galaxy_info:
3
3
author : Daniel Edgar
4
4
description : Official Ansible role for NGINX App Protect WAF and DoS
5
5
role_name : nginx_app_protect
6
- namespace : nginxinc
6
+ namespace : nginxinc # Ansible Lint requirement
7
7
company : F5 Networks, Inc.
8
8
9
9
license : Apache License, Version 2.0
@@ -37,5 +37,3 @@ galaxy_info:
37
37
- server
38
38
- development
39
39
- dos
40
-
41
- dependencies : []
You can’t perform that action at this time.
0 commit comments