optimised akaunting

This commit is contained in:
Kevin Veen-Birkenbach 2022-12-02 12:56:53 +01:00
parent 48b4ee3314
commit 62f702975a
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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: