adds role to install restic & set up repository.
restore backup on fresh installs? e.g. with
```yaml
- name: create compose dir
ansible.builtin.stat:
path: "{{ compose_dir }}"
register: backup_initizalized
```
```yaml
when: not backup_initialized.stat.exists
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
adds role to install restic & set up repository.
restore backup on fresh installs? e.g. with
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.