Fix backup role #78
Loading…
Reference in a new issue
No description provided.
Delete branch "fix-backup-role"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
check_modeis allowed in --check mode but not in run mode for some reason.Fikset dette faktisk i går på forgejo-backup branchen. check_mode nå indenteres på samme nivå som restic-backup.timer, ikke på samme nivå som mode.
@ -64,7 +64,6 @@src: backup.timer.j2dest: /etc/systemd/system/restic-backup.timermode: "0644"check_mode: falseFjern indentation
@Tormod Jeg har testet denne PR lokalt og det ser ut til å funke:
Uten endringer på templates
uv run ansible-playbook --check --diff auth/playbooks/site.yamlMed endringer I templates
uv run ansible-playbook --check --diff auth/playbooks/site.yamlView command line instructions
Checkout
From your project repository, check out a new branch and test the changes.