mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-22 13:19:13 +00:00
remove pynacl dep
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
parent
a1ce9683f2
commit
01ba6b99a8
1 changed files with 0 additions and 9 deletions
|
|
@ -14,8 +14,6 @@ description:
|
|||
author:
|
||||
- Thomas Sjögren (@konstruktoid)
|
||||
version_added: '12.5.0'
|
||||
requirements:
|
||||
- pynacl
|
||||
extends_documentation_fragment:
|
||||
- community.general.attributes
|
||||
attributes:
|
||||
|
|
@ -87,13 +85,6 @@ from ansible.module_utils.urls import fetch_url
|
|||
|
||||
from ansible_collections.community.general.plugins.module_utils import deps
|
||||
|
||||
with deps.declare(
|
||||
"pynacl",
|
||||
reason="pynacl is a required dependency",
|
||||
url="https://pypi.org/project/PyNaCl/",
|
||||
):
|
||||
pass
|
||||
|
||||
|
||||
def list_secrets(
|
||||
module: AnsibleModule,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue