Skip to content

Commit

Permalink
1. Bump up coverage.
Browse files Browse the repository at this point in the history
2. Lint fixes
  • Loading branch information
bhati-pradeep committed Jan 4, 2024
1 parent 10b2866 commit 878378c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion plugins/doc_fragments/ntnx_foundation_base_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class ModuleDocFragment(object):
description:
- PC port
type: str
default: 8000
default: "8000"
required: false
timeout:
description:
Expand Down
5 changes: 3 additions & 2 deletions plugins/inventory/ntnx_prism_vm_inventory.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@

DOCUMENTATION = r"""
name: ntnx_prism_vm_inventory
plugin_type: inventory
short_description: Get a list of Nutanix VMs for ansible dynamic inventory.
description:
- Get a list of Nutanix VMs for ansible dynamic inventory.
version_added: "1.0.0"
author:
- "Balu George (@balugeorge)"
- "Prem Karat (@premkarat)"
inventory: ntnx_prism_vm_inventory
requirements:
- "json"
- "tempfile"
options:
plugin:
description: Name of the plugin
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ requests~=2.26.0
black==21.7b0
flake8==4.0.1
isort==5.9.3
coverage==4.5.4
coverage==6.5.0
shyaml==0.6.2
markupsafe==2

0 comments on commit 878378c

Please sign in to comment.