[Patchew-devel] [PATCH] install rsync

Davide Caratti posted 1 patch 5 years, 3 months ago
scripts/playbooks/tasks/docker-deploy.yml | 3 +++
1 file changed, 3 insertions(+)
[Patchew-devel] [PATCH] install rsync
Posted by Davide Caratti 5 years, 3 months ago
the deployment script relies on rsync: install it

Signed-off-by: Davide Caratti <dcaratti@redhat.com>
---
 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
-- 
2.19.1

_______________________________________________
Patchew-devel mailing list
Patchew-devel@redhat.com
https://www.redhat.com/mailman/listinfo/patchew-devel
Re: [Patchew-devel] [PATCH] install rsync
Posted by Paolo Bonzini 5 years, 2 months ago
On 17/12/18 17:09, Davide Caratti wrote:
> the deployment script relies on rsync: install it
> 
> Signed-off-by: Davide Caratti <dcaratti@redhat.com>
> ---
>  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
> 

Applied, thanks.

Paolo

_______________________________________________
Patchew-devel mailing list
Patchew-devel@redhat.com
https://www.redhat.com/mailman/listinfo/patchew-devel