Skip to content

Commit

Permalink
Minor fixes to README and release-drafter
Browse files Browse the repository at this point in the history
  • Loading branch information
jswongF5 committed Apr 3, 2023
1 parent 57fc6f1 commit 265259f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ template: |
## Install & Upgrade
- To install the Ansible NGINX Management Suite role on a fresh environment, run `ansible-galaxy install nginxinc.nms`.
- To upgrade the Ansible NGINX Management Suite role to the latest release, run `ansible-galaxy install -f nginxinc.nms`.
- 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`.
- To install the Ansible NGINX Management Suite role on a fresh environment, run `ansible-galaxy install nginxinc.nginx_management_suite`.
- To upgrade the Ansible NGINX Management Suite role to the latest release, run `ansible-galaxy install -f nginxinc.nginx_management_suite`.
- 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`.
## Resources
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Main difference between using NGINX OSS or NGINX Plus depends on which [Authenti
---
roles:
- name: nginxinc.nginx_management_suite
version: 0.1.0
version: 0.2.0
collections:
- name: ansible.posix
version: 1.5.1
Expand Down

0 comments on commit 265259f

Please sign in to comment.