From nobody Wed Apr 24 11:23:53 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=patchew-devel-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=patchew-devel-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1545063010288315.3088859730458; Mon, 17 Dec 2018 08:10:10 -0800 (PST) Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 13FDF3220F5; Mon, 17 Dec 2018 16:09:58 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id F06CA4FA30; Mon, 17 Dec 2018 16:09:57 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 933A04EA38; Mon, 17 Dec 2018 16:09:57 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id wBHG9ubE023459 for ; Mon, 17 Dec 2018 11:09:56 -0500 Received: by smtp.corp.redhat.com (Postfix) id 936B31A919; Mon, 17 Dec 2018 16:09:56 +0000 (UTC) Received: from localhost.localdomain.com (unknown [10.32.181.230]) by smtp.corp.redhat.com (Postfix) with ESMTP id ECE851A90F; Mon, 17 Dec 2018 16:09:55 +0000 (UTC) From: Davide Caratti To: patchew-devel@redhat.com Date: Mon, 17 Dec 2018 17:09:40 +0100 Message-Id: <43b3001baaf7e40daac77e956f564832a070a566.1545062957.git.dcaratti@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-loop: patchew-devel@redhat.com Subject: [Patchew-devel] [PATCH] install rsync X-BeenThere: patchew-devel@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Patchew development and discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: quoted-printable Sender: patchew-devel-bounces@redhat.com Errors-To: patchew-devel-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Mon, 17 Dec 2018 16:09:58 +0000 (UTC) Content-Type: text/plain; charset="utf-8" the deployment script relies on rsync: install it Signed-off-by: Davide Caratti --- scripts/playbooks/tasks/docker-deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/playbooks/tasks/docker-deploy.yml b/scripts/playbooks/= tasks/docker-deploy.yml index 5b04b59..389b85f 100644 --- a/scripts/playbooks/tasks/docker-deploy.yml +++ b/scripts/playbooks/tasks/docker-deploy.yml @@ -1,4 +1,7 @@ --- +- name: Install rsync + package: + name: rsync - name: Install Python 3 package: name: python34 --=20 2.19.1 _______________________________________________ Patchew-devel mailing list Patchew-devel@redhat.com https://www.redhat.com/mailman/listinfo/patchew-devel