mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-09 10:56:01 +00:00
7 lines
168 B
YAML
7 lines
168 B
YAML
---
|
|
- name: "Setup {{ application_id }}"
|
|
include_tasks: 01_core.yml
|
|
when: run_once_web_app_discourse is not defined
|
|
vars:
|
|
application_id: 'web-app-discourse'
|