This repository has been archived on 2023-09-13. You can view files and clone it, but cannot push or open issues or pull requests.
homeserver-ansible/roles/backup/tasks/main.yml
2022-05-14 21:37:06 -04:00

6 lines
132 B
YAML

- name: Deploy backup script
template:
src: lbk.sh.j2
dest: "/home/{{ admin_username }}/.local/bin/lbk.sh"
mode: 0755