mirror of
https://github.com/Infisical/ansible-collection.git
synced 2025-04-06 10:40:37 -07:00
Fix: Potential fix for publishing failing
This commit is contained in:
parent
3f11722a9d
commit
50e046d71e
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ try:
|
||||||
from infisical_client import InfisicalClient, ClientSettings, GetSecretOptions, ListSecretsOptions
|
from infisical_client import InfisicalClient, ClientSettings, GetSecretOptions, ListSecretsOptions
|
||||||
HAS_INFISICAL = True
|
HAS_INFISICAL = True
|
||||||
except ImportError as e:
|
except ImportError as e:
|
||||||
print(e)
|
|
||||||
HAS_INFISICAL = False
|
HAS_INFISICAL = False
|
||||||
|
|
||||||
DOCUMENTATION = r"""
|
DOCUMENTATION = r"""
|
||||||
|
|
Loading…
Add table
Reference in a new issue