File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## 0.4 .0 - Add NMS App Delivery Manager module support (Unreleased )
3
+ ## 0.3 .0 - Control NMS service state and ADM Install (April 17th, 2023 )
4
4
5
5
FEATURES:
6
6
7
+ - Can now choose the state the NMS services should be in after playbook run.
7
8
- Add the ability to optionally install NMS App Delivery Manager module.
8
9
9
10
CI/CD:
10
11
11
12
- Split Ansible Lint into its own GH actions job since Molecule no longer runs linters natively.
12
13
13
- ## 0.3.0 - Control NMS service state (April 17th, 2023)
14
-
15
- FEATURES:
14
+ TESTS:
16
15
17
- - Can now choose the state the NMS services should be in after playbook run .
16
+ - Add NMS ADM Module install tests .
18
17
19
18
## 0.2.0 - Add module install support (April 3rd, 2023)
20
19
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ Main difference between using NGINX OSS or NGINX Plus depends on which [Authenti
70
70
---
71
71
roles :
72
72
- name : nginxinc.nginx_management_suite
73
- version : 0.2 .0
73
+ version : 0.3 .0
74
74
collections :
75
75
- name : ansible.posix
76
76
version : 1.5.1
You can’t perform that action at this time.
0 commit comments