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

Add CI for podman_login module (#237)

This commit is contained in:
Sergey 2021-04-05 20:41:53 +03:00 committed by GitHub
parent 8bb3d5d233
commit 16ab958a3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 134 additions and 1 deletions

View file

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