diff options
Diffstat (limited to 'tasks/general.yml')
| -rw-r--r-- | tasks/general.yml | 5 |
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 |
