This repository has been archived on 2023-12-26. You can view files and clone it, but cannot push or open issues or pull requests.
shoarma/ansible/roles/hedgedoc/tasks/main.yml

9 lines
275 B
YAML
Raw Normal View History

- name: asdfasdf
debug:
msg: "{{ lookup('template', '{{ role_path }}/docker-stack.yml.j2') | from_yaml }}"
2023-05-02 15:46:56 +00:00
- name: Deploy Docker stack
docker_stack:
name: hedgedoc
compose:
2023-05-20 11:45:25 +00:00
- "{{ lookup('template', '{{ role_path }}/docker-stack.yml.j2') | from_yaml }}"