mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-10 11:26:24 +00:00
Removed redundancies and simplified run_once flag
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
name: sys-stk-full-stateless
|
||||
vars:
|
||||
docker_compose_flush_handlers: false
|
||||
docker_git_repository_address: "{{ LITTLEJS_REPOSITORY_BASE }}.git"
|
||||
docker_git_repository_address: "{{ LITTLEJS_REPOSITORY_BASE }}.git"
|
||||
docker_git_repository_pull: true
|
||||
docker_git_repository_branch: "main"
|
||||
docker_git_repository_branch: "main"
|
||||
|
||||
- name: "Load LittleJS example metadata"
|
||||
include_vars:
|
||||
@@ -32,4 +32,4 @@
|
||||
- name: "flush docker compose for '{{ application_id }}'"
|
||||
meta: flush_handlers
|
||||
|
||||
- include_tasks: utils/once/finalize.yml
|
||||
- include_tasks: utils/once/flag.yml
|
||||
|
||||
Reference in New Issue
Block a user