mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-18 12:52:37 +00:00
Make sure we are logged out. (#112)
This commit is contained in:
parent
3e98245b23
commit
89f6691753
@ -1,5 +1,12 @@
|
|||||||
---
|
---
|
||||||
- block:
|
- block:
|
||||||
|
- name: Log out server
|
||||||
|
docker_login:
|
||||||
|
registry_url: "{{ registry_frontend_address }}"
|
||||||
|
username: testuser
|
||||||
|
password: hunter2
|
||||||
|
state: absent
|
||||||
|
|
||||||
- name: Log in with wrong password (check mode)
|
- name: Log in with wrong password (check mode)
|
||||||
docker_login:
|
docker_login:
|
||||||
registry_url: "{{ registry_frontend_address }}"
|
registry_url: "{{ registry_frontend_address }}"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user