fix: url issues + setup for eval

This commit is contained in:
Lenoctambule
2026-04-06 16:04:46 +02:00
parent 997ffcacfb
commit 6e07217626
5 changed files with 37 additions and 5 deletions

View File

@@ -14,3 +14,9 @@
ansible.builtin.file:
state: absent
path: "{{ dest_dir }}"
- name: Remove schedule to start app at reboot
ansible.builtin.cron:
name: "Start app at boot"
special_time: reboot
state: absent