Make sure we are logged out. (#112)

This commit is contained in:
Felix Fontein 2021-03-26 21:37:54 +01:00 committed by GitHub
parent 3e98245b23
commit 89f6691753
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}"