Add meta/main.yml to resolve semaphore error indicating it is missing from role
This commit is contained in:
parent
a760d6f3fb
commit
c25dea566c
25
meta/main.yml
Normal file
25
meta/main.yml
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
---
|
||||||
|
dependencies: []
|
||||||
|
|
||||||
|
galaxy_info:
|
||||||
|
role_name: podman-host
|
||||||
|
author: "Mike Holloway"
|
||||||
|
description: "Installs and configures podman."
|
||||||
|
company: "Equilibrate IT Inc."
|
||||||
|
license: "license (BSD-2-Clause)"
|
||||||
|
min_ansible_version: 2.10
|
||||||
|
platforms:
|
||||||
|
- name: Fedora
|
||||||
|
versions:
|
||||||
|
- all
|
||||||
|
- name: Ubuntu
|
||||||
|
versions:
|
||||||
|
- all
|
||||||
|
- name: Debian
|
||||||
|
versions:
|
||||||
|
- all
|
||||||
|
galaxy_tags:
|
||||||
|
- networking
|
||||||
|
- system
|
||||||
|
- podman
|
||||||
|
- container
|
||||||
Loading…
Reference in New Issue
Block a user