[playbooks] Always backup when running service setup

This commit is contained in:
Viyurz 2024-07-06 10:33:32 +02:00
parent 8cd14ac9e6
commit 3e73a07713
Signed by: Viyurz
SSH key fingerprint: SHA256:IskOHTmhHSJIvAt04N6aaxd5SZCVWW1Guf9tEcxIMj8

View file

@ -6,6 +6,7 @@
- name: Setup & update project(s)
hosts: localhost
vars:
run_backup: true
run_setup: true
run_update: true
vars_prompt: