8 lines
206 B
YAML
8 lines
206 B
YAML
---
|
|
- name: Deploy {{ svc.name }}
|
|
tags:
|
|
- authentik
|
|
- authentication
|
|
block:
|
|
- name: Import tasks to deploy common service
|
|
ansible.builtin.import_tasks: tasks/deploy-common-service.yml
|