blob: 286406bf38d40ef71b28831f3fe53871124b593d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
---
# file: meta/main.yaml
dependencies: []
galaxy_info:
role_name: "docker"
author: "pmikus"
description: "Docker-CE for Linux."
company: "none"
license: "license (BSD, MIT)"
min_ansible_version: "2.9"
platforms:
- name: "Ubuntu"
versions:
- "jammy"
- "noble"
- name: "Debian"
versions:
- "bookworm"
galaxy_tags:
- "docker"
|