mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-15 08:30:46 +02:00
6 lines
168 B
YAML
6 lines
168 B
YAML
---
|
|
- name: "Setup {{ application_id }}"
|
|
when: run_once_web_app_discourse is not defined
|
|
block:
|
|
- include_tasks: 01_core.yml
|
|
- include_tasks: utils/run_once.yml |