mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-13 00:11:05 +01:00
optimised akaunting
This commit is contained in:
parent
5c7bc5c8fe
commit
2cad5b9bb6
@ -2,7 +2,7 @@
|
||||
- name: setup akaunting
|
||||
command:
|
||||
cmd: docker-compose -p akaunting up -d --force-recreate
|
||||
chdir: /home/administrator/docker-compose/akaunting/
|
||||
chdir: "{{docker_compose_akaunting_path}}"
|
||||
environment:
|
||||
AKAUNTING_SETUP: true
|
||||
COMPOSE_HTTP_TIMEOUT: 600
|
||||
|
@ -17,7 +17,6 @@
|
||||
args:
|
||||
chdir: "{{docker_compose_akaunting_path}}"
|
||||
when: docker_compose_akaunting_path_register.stat.exists
|
||||
become: true
|
||||
|
||||
- name: pull docker repository
|
||||
git:
|
||||
|
Loading…
Reference in New Issue
Block a user