mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 11:58:43 +00:00
Make sure we are logged out. (#112)
This commit is contained in:
parent
3e98245b23
commit
89f6691753
@ -1,5 +1,12 @@
|
||||
---
|
||||
- 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)
|
||||
docker_login:
|
||||
registry_url: "{{ registry_frontend_address }}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user