feat: .env template + error fixes

This commit is contained in:
Lenoctambule
2026-03-31 22:18:02 +02:00
parent 83717946b5
commit 2cebeb0bee
5 changed files with 41 additions and 13 deletions

View File

@@ -8,8 +8,8 @@
- name: Stop containers
ansible.builtin.command: "make -C {{ dest_dir }} fclean"
when: not ansible_check_mode
ignore_errors: true
tasks:
- name: Remove app files
ansible.builtin.file:
state: absent