Skip to content

Commit 265259f

Browse files
committed
Minor fixes to README and release-drafter
1 parent 57fc6f1 commit 265259f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/release-drafter.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ template: |
9191
9292
## Install & Upgrade
9393
94-
- To install the Ansible NGINX Management Suite role on a fresh environment, run `ansible-galaxy install nginxinc.nms`.
95-
- To upgrade the Ansible NGINX Management Suite role to the latest release, run `ansible-galaxy install -f nginxinc.nms`.
96-
- To install or upgrade to this specific Ansible NGINX Management Suite role release ($RESOLVED_VERSION), run `ansible-galaxy install -f nginxinc.nms,v$RESOLVED_VERSION`.
94+
- To install the Ansible NGINX Management Suite role on a fresh environment, run `ansible-galaxy install nginxinc.nginx_management_suite`.
95+
- To upgrade the Ansible NGINX Management Suite role to the latest release, run `ansible-galaxy install -f nginxinc.nginx_management_suite`.
96+
- To install or upgrade to this specific Ansible NGINX Management Suite role release ($RESOLVED_VERSION), run `ansible-galaxy install -f nginxinc.nginx_management_suite,v$RESOLVED_VERSION`.
9797
9898
## Resources
9999

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Main difference between using NGINX OSS or NGINX Plus depends on which [Authenti
7070
---
7171
roles:
7272
- name: nginxinc.nginx_management_suite
73-
version: 0.1.0
73+
version: 0.2.0
7474
collections:
7575
- name: ansible.posix
7676
version: 1.5.1

0 commit comments

Comments
 (0)