mirror of
https://github.com/KevinMidboe/playbooks-retailor.git
synced 2026-02-14 21:39:15 +00:00
ansible playbooks for retailor.io infrastructure
This commit is contained in:
11
roles/docker/tasks/main-distro-check.yml
Normal file
11
roles/docker/tasks/main-distro-check.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
- 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
|
||||
Reference in New Issue
Block a user