fixed scp.py
Dieser Commit ist enthalten in:
Ursprung
2d8f065f5a
Commit
d3114d4a4a
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
release_summary: fixed scp.py
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
namespace: sebastian
|
||||
name: netcup
|
||||
version: 0.1.3
|
||||
version: 0.1.5
|
||||
readme: README.md
|
||||
authors:
|
||||
- Sebastian Tobie
|
||||
|
|
|
@ -10,7 +10,7 @@ display = Display()
|
|||
|
||||
|
||||
class InventoryModule(BaseInventoryPlugin):
|
||||
NAME = "ansible.netcup.scp"
|
||||
NAME = "sebastian.netcup.scp"
|
||||
loader: DataLoader
|
||||
inventory: InventoryData
|
||||
plugin: str
|
||||
|
@ -71,7 +71,7 @@ class InventoryModule(BaseInventoryPlugin):
|
|||
|
||||
|
||||
DOCUMENTATION = """
|
||||
name: ansible.netcup.scp
|
||||
name: sebastian.netcup.scp
|
||||
plugin_type: inventory
|
||||
short_description: Returns Ansible inventory from netcup SCP
|
||||
description: Returns Ansible inventory from netcup SCP
|
||||
|
@ -80,7 +80,7 @@ DOCUMENTATION = """
|
|||
plugin:
|
||||
description: Name of the plugin
|
||||
required: true
|
||||
choices: ['scp', "ansible.netcup.scp"]
|
||||
choices: ['scp', "sebastian.netcup.scp"]
|
||||
userid:
|
||||
description: userid for logging into SCP
|
||||
required: true
|
||||
|
|
Laden…
In neuem Issue referenzieren