Skip to content

Commit

Permalink
Doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bhati-pradeep committed Jan 4, 2024
1 parent e343ca0 commit 10b2866
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugins/doc_fragments/ntnx_credentials.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class ModuleDocFragment(object):
- Prism central port
- C(nutanix_port). If not set then the value of the C(NUTANIX_PORT), environment variable is used.
type: str
default: 9440
default: "9440"
nutanix_username:
description:
- Prism central username
Expand Down
2 changes: 1 addition & 1 deletion plugins/inventory/ntnx_prism_vm_inventory.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
- name: NUTANIX_PASSWORD
nutanix_port:
description: Prism central port
default: 9440
default: "9440"
type: str
env:
- name: NUTANIX_PORT
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/ntnx_security_rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
description:
- PC port
type: str
default: 9440
default: "9440"
required: false
nutanix_username:
description:
Expand Down

0 comments on commit 10b2866

Please sign in to comment.