mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 23:12:32 +01:00
added userbin and tasks borgbackup
This commit is contained in:
parent
83b98add29
commit
91042c6a05
@ -67,6 +67,7 @@
|
||||
- { role: termite, tags: termite }
|
||||
- { role: weechat, tags: weechat }
|
||||
- { role: openvpn, tags: openvpn }
|
||||
- { role: userbin, tags: userbin }
|
||||
- { role: borgbackup, tags: borgbackup }
|
||||
tasks:
|
||||
- include_role:
|
||||
|
11
roles/borgbackup/tasks/main.yml
Normal file
11
roles/borgbackup/tasks/main.yml
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
- name: copy home backup script
|
||||
copy:
|
||||
src: backup
|
||||
dest: ~/bin/
|
||||
mode: 0755
|
||||
|
||||
- name: copy fish backup function
|
||||
copy:
|
||||
src: backup.fish
|
||||
dest: ~/.config/fish/functions/
|
Loading…
Reference in New Issue
Block a user