1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-02-04 07:11:49 +00:00

Add podman logout module (#134)

* Add podman logout module
* Add more tests
* Fix output string comparison (due to podman inconsistency)
* Fix copy and paste error
* Use full module path and name
Fix #94
This commit is contained in:
Clemens Lange 2020-10-26 14:22:38 +01:00 committed by GitHub
parent 91073bb443
commit 05746224e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 292 additions and 0 deletions

View file

@ -0,0 +1,8 @@
---
- hosts: all
gather_facts: true
tasks:
- include_role:
name: podman_logout
vars:
ansible_python_interpreter: "{{ _ansible_python_interpreter }}"