unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#39840] [PATCH] gnu: ansible: Update to 2.9.5.
@ 2020-02-29 17:10 Vincent Legoll
  2020-02-29 17:26 ` [bug#39840] Further testing done Vincent Legoll
  0 siblings, 1 reply; 3+ messages in thread
From: Vincent Legoll @ 2020-02-29 17:10 UTC (permalink / raw)
  To: 39840

[-- Attachment #1: Type: text/plain, Size: 81 bytes --]

lightly tested on localhost connexion (setup, shell modules)

-- 
Vincent Legoll

[-- Attachment #2: 0001-gnu-ansible-Update-to-2.9.5.patch --]
[-- Type: text/x-patch, Size: 1063 bytes --]

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#39840] Further testing done
  2020-02-29 17:10 [bug#39840] [PATCH] gnu: ansible: Update to 2.9.5 Vincent Legoll
@ 2020-02-29 17:26 ` Vincent Legoll
  2020-02-29 18:41   ` bug#39840: " Leo Famulari
  0 siblings, 1 reply; 3+ messages in thread
From: Vincent Legoll @ 2020-02-29 17:26 UTC (permalink / raw)
  To: 39840

I also tested remote connexion through ssh to another VM, it also
working properly.

Tested modules: ping, setup, package, shell, raw

-- 
Vincent Legoll

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#39840: Further testing done
  2020-02-29 17:26 ` [bug#39840] Further testing done Vincent Legoll
@ 2020-02-29 18:41   ` Leo Famulari
  0 siblings, 0 replies; 3+ messages in thread
From: Leo Famulari @ 2020-02-29 18:41 UTC (permalink / raw)
  To: Vincent Legoll; +Cc: 39840-done

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-02-29 18:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-29 17:10 [bug#39840] [PATCH] gnu: ansible: Update to 2.9.5 Vincent Legoll
2020-02-29 17:26 ` [bug#39840] Further testing done Vincent Legoll
2020-02-29 18:41   ` bug#39840: " Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).