mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-02 23:49:14 +00:00
Removed block from main.yml and moved run_once logic to 01_core.yml
This commit is contained in:
@@ -3,4 +3,6 @@
|
||||
name: sys-stk-semi-stateless
|
||||
vars:
|
||||
docker_compose_file_creation_enabled: true
|
||||
docker_pull_git_repository: false
|
||||
docker_pull_git_repository: false
|
||||
|
||||
- include_tasks: utils/run_once.yml
|
||||
@@ -1,6 +1,3 @@
|
||||
---
|
||||
- block:
|
||||
- name: "Load core functions for '{{ application_id }}'"
|
||||
include_tasks: 01_core.yml
|
||||
- include_tasks: utils/run_once.yml
|
||||
- include_tasks: 01_core.yml
|
||||
when: run_once_web_svc_coturn is not defined
|
||||
Reference in New Issue
Block a user