aboutsummaryrefslogtreecommitdiffstats
path: root/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'tasks')
-rw-r--r--tasks/general.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/tasks/general.yml b/tasks/general.yml
index ec748bf..df24be2 100644
--- a/tasks/general.yml
+++ b/tasks/general.yml
@@ -90,3 +90,11 @@
owner: root
group: wheel
mode: "0644"
+
+- name: Copy backup script
+ template:
+ src: usr_local_bin_backup.sh.j2
+ dest: /usr/local/bin/backup
+ owner: root
+ group: wheel
+ mode: "0755"