Update roles
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
install_date: Wed Jun 24 18:44:37 2020
|
||||
version: master
|
||||
install_date: Tue Apr 20 16:13:54 2021
|
||||
version: 2.1.0
|
||||
|
||||
@@ -7,6 +7,9 @@ galaxy_info:
|
||||
license: GPLv3
|
||||
min_ansible_version: 2.4
|
||||
platforms:
|
||||
- name: Debian
|
||||
versions:
|
||||
- buster
|
||||
- name: EL
|
||||
versions:
|
||||
- 8
|
||||
@@ -14,9 +17,26 @@ galaxy_info:
|
||||
- name: Fedora
|
||||
versions:
|
||||
- all
|
||||
- name: Ubuntu
|
||||
versions:
|
||||
- bionic
|
||||
- disco
|
||||
- eoan
|
||||
- focal
|
||||
galaxy_tags:
|
||||
- podman
|
||||
- container
|
||||
- systemd
|
||||
|
||||
dependencies: []
|
||||
dependencies:
|
||||
- role: systemli.apt_repositories
|
||||
vars:
|
||||
apt_repositories:
|
||||
- preset: kubic
|
||||
when: >
|
||||
(ansible_distribution == 'Debian' and
|
||||
ansible_distribution_release == 'buster') or
|
||||
ansible_distribution == 'Ubuntu'
|
||||
|
||||
collections:
|
||||
- containers.podman
|
||||
|
||||
Reference in New Issue
Block a user