File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ jobs:
34
34
- name : Install Molecule dependencies
35
35
if : github.event.pull_request.head.repo.full_name == github.repository
36
36
run : |
37
- pip3 install ansible-base==2.10.3
38
- pip3 install ansible==2.10.3
37
+ pip3 install ansible-base==2.10.4
38
+ pip3 install ansible==2.10.5
39
39
pip3 install ansible-lint==4.3.7
40
40
pip3 install yamllint==1.25.0
41
- pip3 install "molecule[docker]"==3.2.1
42
- pip3 install docker==4.4.0
41
+ pip3 install "molecule[docker]"==3.2.2
42
+ pip3 install docker==4.4.1
43
43
44
44
- name : Run Molecule tests
45
45
if : github.event.pull_request.head.repo.full_name == github.repository
Original file line number Diff line number Diff line change 4
4
5
5
ENHANCEMENTS:
6
6
7
- * Update Molecule to ` 3.2.1 ` and Docker Python SDK to ` 4.4.0 ` .
8
7
* Replace TravisCI with GitHub actions.
8
+ * Update Ansible base to ` 2.10.4 ` , Ansible to ` 2.10.5 ` , Molecule to ` 3.2.2 ` and Docker Python SDK to ` 4.4.1 ` .
9
+ * Update copyright notice.
9
10
10
11
BUG FIXES:
11
12
Original file line number Diff line number Diff line change @@ -106,4 +106,4 @@ You can find the Ansible NGINX Unit role to install NGINX Unit [here](https://gi
106
106
107
107
[Alessandro Fael Garcia](https://github.com/alessfg)
108
108
109
- © [F5 Networks, Inc.](https://www.f5.com/) 2020
109
+ © [F5 Networks, Inc.](https://www.f5.com/) 2020 - 2021
Original file line number Diff line number Diff line change 2
2
galaxy_info :
3
3
author : Daniel Edgar
4
4
description : Official Ansible role for NGINX App Protect
5
- company : F5 Networks, Inc.
6
5
role_name : nginx_app_protect
6
+ company : F5 Networks, Inc.
7
+
7
8
license : Apache License, Version 2.0
8
9
9
10
min_ansible_version : 2.9
You can’t perform that action at this time.
0 commit comments