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 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 }}
Original file line number Diff line number Diff line change 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# ##############
2912Thumbs.db
3013.DS_Store
31- ._ *
32- scratch /
14+ .vscode
3315
3416# Ansible specific #
3517# ###################
Original file line number Diff line number Diff line change 44
55ENHANCEMENTS:
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
911BUG FIXES:
1012
Original file line number Diff line number Diff 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 : []
You can’t perform that action at this time.
0 commit comments