mirror of
https://github.com/KevinMidboe/playbooks-retailor.git
synced 2025-10-29 09:40:34 +00:00
14 lines
255 B
YAML
14 lines
255 B
YAML
---
|
|
galaxy_info:
|
|
author: Your Name
|
|
description: Ansible role to install and manage Docker on Debian
|
|
license: MIT
|
|
min_ansible_version: "2.9"
|
|
platforms:
|
|
- name: Debian
|
|
versions:
|
|
- all
|
|
galaxy_tags:
|
|
- docker
|
|
dependencies: []
|