diff mbox series

[bug#39840] gnu: ansible: Update to 2.9.5.

Message ID CAEwRq=pcU6ZDOmbG8dd1UCt+3jexXsiDVYPtJ15XskpUYbMtnw@mail.gmail.com
State Accepted
Headers show
Series [bug#39840] gnu: ansible: Update to 2.9.5. | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job

Commit Message

Vincent Legoll Feb. 29, 2020, 5:10 p.m. UTC
lightly tested on localhost connexion (setup, shell modules)

Comments

Vincent Legoll Feb. 29, 2020, 5:26 p.m. UTC | #1
I also tested remote connexion through ssh to another VM, it also
working properly.

Tested modules: ping, setup, package, shell, raw
Leo Famulari Feb. 29, 2020, 6:41 p.m. UTC | #2
On Sat, Feb 29, 2020 at 06:26:53PM +0100, Vincent Legoll wrote:
> I also tested remote connexion through ssh to another VM, it also
> working properly.
> 
> Tested modules: ping, setup, package, shell, raw

Thanks! Pushed as 55cd9da6355a43e491e26a8c9d7a46aed0ab3478
diff mbox series

Patch

From dc8f93352c6544981fd77b44d7ecc2a84bb39e88 Mon Sep 17 00:00:00 2001
From: Vincent Legoll <vincent.legoll@gmail.com>
Date: Sat, 29 Feb 2020 18:03:18 +0100
Subject: [PATCH] gnu: ansible: Update to 2.9.5.

* gnu/packages/admin.scm (ansible): Update to 2.9.5.
---
 gnu/packages/admin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 50bb8ab651..fdbd971880 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1911,13 +1911,13 @@  of supported upstream metrics systems simultaneously.")
 (define-public ansible
   (package
     (name "ansible")
-    (version "2.8.5")
+    (version "2.9.5")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "ansible" version))
        (sha256
-        (base32 "11k94ifp42psivzx147xwbmq1ak7qnjdgkb6c1xz53nfapkh754f"))))
+        (base32 "19fav6rs58zdc3gfhh1lxhki36jn4252183rrd769sv46b9m1bji"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-bcrypt" ,python-bcrypt)
-- 
2.25.1