[PATCH] gnu: ansible: Update to 2.9.5.

  • Done
  • quality assurance status badge
Details
2 participants
  • Leo Famulari
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 5 years ago
(address . guix-patches@gnu.org)
CAEwRq=pcU6ZDOmbG8dd1UCt+3jexXsiDVYPtJ15XskpUYbMtnw@mail.gmail.com
lightly tested on localhost connexion (setup, shell modules)

--
Vincent Legoll
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(-)

Toggle diff (22 lines)
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
Vincent Legoll wrote 5 years ago
Further testing done
(address . 39840@debbugs.gnu.org)
CAEwRq=rm-XHo8d+Ta_jNCb5nScAEqAtea0o5xqJZmcb=rT7UMA@mail.gmail.com
I also tested remote connexion through ssh to another VM, it also
working properly.

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

--
Vincent Legoll
Leo Famulari wrote 5 years ago
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 39840-done@debbugs.gnu.org)
20200229184101.GA28087@jasmine.lan
On Sat, Feb 29, 2020 at 06:26:53PM +0100, Vincent Legoll wrote:
Toggle quote (5 lines)
> 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
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 39840@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 39840
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help