mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-08 18:35:11 +00:00
Removed redundancies and simplified run_once flag
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
vars:
|
||||
docker_compose_flush_handlers: true
|
||||
docker_git_repository_pull: true
|
||||
docker_git_repository_address: "https://github.com/kevinveenbirkenbach/meta-infinite-graph"
|
||||
docker_git_repository_address: "https://github.com/kevinveenbirkenbach/meta-infinite-graph"
|
||||
|
||||
- include_tasks: 02_cleanup.yml
|
||||
when: MODE_CLEANUP | bool
|
||||
@@ -17,4 +17,4 @@
|
||||
- include_tasks: 03_build_data.yml
|
||||
when: MIG_BUILD_DATA | bool
|
||||
|
||||
- include_tasks: utils/once/finalize.yml
|
||||
- include_tasks: utils/once/flag.yml
|
||||
|
||||
Reference in New Issue
Block a user