aboutsummaryrefslogtreecommitdiffstats
path: root/tasks/general.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tasks/general.yml')
-rw-r--r--tasks/general.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tasks/general.yml b/tasks/general.yml
index 6da663f..f527f87 100644
--- a/tasks/general.yml
+++ b/tasks/general.yml
@@ -1,3 +1,8 @@
+- name: Install rsync
+ package:
+ name: rsync
+ state: present
+
- name: Set up periodic.conf
template:
src: etc_periodic.conf.j2