From 344cdaf7036cd8478b633dfd6783fa5924ad2014 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Tue, 6 Apr 2021 21:49:40 +0200 Subject: [PATCH] Ensure the box has rsync. --- dl.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dl.yml b/dl.yml index 1a5059c..a345197 100644 --- a/dl.yml +++ b/dl.yml @@ -54,9 +54,9 @@ loop_control: label: "{{ item.login }}" - - name: Install nginx fancyindex + - name: Install dependencies apt: - name: libnginx-mod-http-fancyindex + name: [libnginx-mod-http-fancyindex, rsync] state: present - name: Setup afpy.org