mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-31 07:48:04 +02:00
Renamed general and mode constants and implemented a check to verify that constants are just defined ones over the whole repository
This commit is contained in:
@@ -116,7 +116,7 @@
|
||||
command:
|
||||
cmd: docker-compose -p "{{ matrix_project }}" pull
|
||||
chdir: "{{docker_compose.directories.instance}}"
|
||||
when: mode_update | bool
|
||||
when: MODE_UPDATE | bool
|
||||
|
||||
- name: docker compose up
|
||||
command:
|
||||
|
Reference in New Issue
Block a user