mirror of
https://github.com/Infisical/ansible-collection.git
synced 2025-04-05 02:00:31 -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
|
||||
HAS_INFISICAL = True
|
||||
except ImportError as e:
|
||||
print(e)
|
||||
HAS_INFISICAL = False
|
||||
|
||||
DOCUMENTATION = r"""
|
||||
|
|
Loading…
Add table
Reference in a new issue