summaryrefslogtreecommitdiff
path: root/ansible/roles/holywood2/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/roles/holywood2/tasks/main.yml')
-rw-r--r--ansible/roles/holywood2/tasks/main.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/ansible/roles/holywood2/tasks/main.yml b/ansible/roles/holywood2/tasks/main.yml
index 64505f8..61e44eb 100644
--- a/ansible/roles/holywood2/tasks/main.yml
+++ b/ansible/roles/holywood2/tasks/main.yml
@@ -39,6 +39,12 @@
group: root
mode: 0644
+- name: enable statd
+ systemd:
+ name: rpc-statd
+ state: started
+ enabled: yes
+
- name: install borg
apt:
name: borgbackup