mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
parent
7ae3539eb5
commit
38d42e8b36
1 changed files with 2 additions and 2 deletions
|
@ -318,8 +318,8 @@ def main():
|
||||||
login_result={}
|
login_result={}
|
||||||
)
|
)
|
||||||
|
|
||||||
if module.params['state'] == 'present' and module.params['registry_url'] == DEFAULT_DOCKER_REGISTRY and not module.params['email']:
|
if client.module.params['state'] == 'present' and client.module.params['registry_url'] == DEFAULT_DOCKER_REGISTRY and not client.module.params['email']:
|
||||||
module.fail_json(msg="'email' is required when loging into DockerHub")
|
client.module.fail_json(msg="'email' is required when logging into DockerHub")
|
||||||
|
|
||||||
LoginManager(client, results)
|
LoginManager(client, results)
|
||||||
if 'actions' in results:
|
if 'actions' in results:
|
||||||
|
|
Loading…
Reference in a new issue