added role for "drone" CI/CD

This commit is contained in:
2023-02-02 17:11:37 +01:00
parent 52e4730510
commit 18297f5d16
7 changed files with 78 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# Load distro-specific variables
- include_vars: "{{ ansible_distribution | lower }}.yml"
tags: always
- block:
- include_role: name=docker
- include_tasks: create_app.yml
rescue:
- set_fact: task_failed=true