--- - name: Set common facts ansible.builtin.import_tasks: tasks/set-default-facts.yml - name: Deploy {{ svc.name }} vars: svc: "{{ authentik_svc }}" env: "{{ authentik_env }}" compose: "{{ authentik_compose }}" block: - name: Import tasks to deploy common service ansible.builtin.import_tasks: tasks/deploy-common-service.yml