mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-07 09:56:41 +00:00
7 lines
192 B
YAML
7 lines
192 B
YAML
---
|
|
- name: "Load core functions for '{{ application_id }}'"
|
|
include_tasks: 01_core.yml
|
|
when: run_once_web_svc_simpleicons is not defined
|
|
vars:
|
|
application_id: 'web-svc-simpleicons'
|