mirror of
https://github.com/KevinMidboe/playbooks-retailor.git
synced 2025-10-29 01:30:35 +00:00
12 lines
242 B
YAML
12 lines
242 B
YAML
---
|
|
- name: Include distro check tasks
|
|
include_tasks: check_distro.yml
|
|
tags:
|
|
- check_distro
|
|
|
|
- name: Include Docker installation tasks if distro is supported
|
|
include_tasks: install.yml
|
|
when: distro_supported
|
|
tags:
|
|
- install
|