mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-22 05:09:12 +00:00
Update plugins/modules/github_secrets_info.py
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
8252c04019
commit
f0dc197a46
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ secrets:
|
|||
|
||||
import json
|
||||
from http import HTTPStatus
|
||||
from typing import Any
|
||||
import typing as t
|
||||
|
||||
from ansible.module_utils.basic import AnsibleModule
|
||||
from ansible.module_utils.urls import fetch_url
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue