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:
3434 - name : Install Molecule dependencies
3535 if : github.event.pull_request.head.repo.full_name == github.repository
3636 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
3939 pip3 install ansible-lint==4.3.7
4040 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
4343
4444 - name : Run Molecule tests
4545 if : github.event.pull_request.head.repo.full_name == github.repository
Original file line number Diff line number Diff line change 44
55ENHANCEMENTS:
66
7- * Update Molecule to ` 3.2.1 ` and Docker Python SDK to ` 4.4.0 ` .
87* 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.
910
1011BUG FIXES:
1112
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
106106
107107[Alessandro Fael Garcia](https://github.com/alessfg)
108108
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 22galaxy_info :
33 author : Daniel Edgar
44 description : Official Ansible role for NGINX App Protect
5- company : F5 Networks, Inc.
65 role_name : nginx_app_protect
6+ company : F5 Networks, Inc.
7+
78 license : Apache License, Version 2.0
89
910 min_ansible_version : 2.9
You can’t perform that action at this time.
0 commit comments