From unknown Sat Aug 09 15:56:01 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#22196 <22196@debbugs.gnu.org> To: bug#22196 <22196@debbugs.gnu.org> Subject: Status: Ansible, python executable on remote host Reply-To: bug#22196 <22196@debbugs.gnu.org> Date: Sat, 09 Aug 2025 22:56:01 +0000 retitle 22196 Ansible, python executable on remote host reassign 22196 guix submitter 22196 Al McElrath severity 22196 normal tag 22196 moreinfo thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Dec 17 15:34:35 2015 Received: (at submit) by debbugs.gnu.org; 17 Dec 2015 20:34:35 +0000 Received: from localhost ([127.0.0.1]:54759 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1a9fFz-0000Um-5i for submit@debbugs.gnu.org; Thu, 17 Dec 2015 15:34:35 -0500 Received: from eggs.gnu.org ([208.118.235.92]:52285) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1a9fEA-0000RU-33 for submit@debbugs.gnu.org; Thu, 17 Dec 2015 15:32:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a9fE3-0007e6-U7 for submit@debbugs.gnu.org; Thu, 17 Dec 2015 15:32:36 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:36962) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9fE3-0007e2-Ro for submit@debbugs.gnu.org; Thu, 17 Dec 2015 15:32:35 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43249) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9fE2-0005aq-Ux for bug-guix@gnu.org; Thu, 17 Dec 2015 15:32:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a9fDz-0007d8-JO for bug-guix@gnu.org; Thu, 17 Dec 2015 15:32:34 -0500 Received: from atonesir.com ([23.239.4.175]:36271 helo=mail.atonesir.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9fDz-0007bD-DZ for bug-guix@gnu.org; Thu, 17 Dec 2015 15:32:31 -0500 Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.atonesir.com (Postfix) with ESMTPSA id B7621220E5 for ; Thu, 17 Dec 2015 20:32:22 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.0 mail.atonesir.com B7621220E5 Authentication-Results: mail.atonesir.com; dmarc=none header.from=atonesir.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=atonesir.com; s=default; t=1450384342; bh=gPp7J05fDZtJEGCcqLs9V+7cBQjvYPkvhEUou/Q5r/E=; h=From:To:Subject:Date; b=Bzgkfm9TfBBqoKcKd/Z23//8c9mC57kErYcboK5HHJdox/CKxa8ZswgVLjZh2Fk7o TWmfww1y7zY04ij55DpaJttCsFJsS0DfvoXoPhZvf25oFHc1JaymINHnvFmr0Ps6Mn XlXaJ2QMVPGJhQZDGXFopVXDyYGVv0DJZ6jXkrzE= From: Al McElrath To: bug-guix@gnu.org Subject: Ansible, python executable on remote host Date: Thu, 17 Dec 2015 12:32:22 -0800 Message-ID: <87vb7w3jft.fsf@atonesir.com> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Thu, 17 Dec 2015 15:34:33 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.1 (----) Hi, I had some trouble with ansible that I'd like to share. I believe it tries to use the same path to the python executable on the remote host as exists locally, which is problematic for guix: '/bin/sh: 1: /gnu/store/5isi4xqg1jr5rqbr6pfap28fw5116dnr-python-2.7.10/bin/python: not found' I imagine this can be a problem for non-guix users too, and there's a workaround in the form of a setting to specify the remote python path, "ansible_python_interpreter": http://docs.ansible.com/ansible/intro_inventory.html#list-of-behavioral-inventory-parameters Not quite a bug, but maybe this will help someone else. From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 19 09:12:57 2015 Received: (at 22196) by debbugs.gnu.org; 19 Dec 2015 14:12:57 +0000 Received: from localhost ([127.0.0.1]:56385 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aAIFk-0001cG-VA for submit@debbugs.gnu.org; Sat, 19 Dec 2015 09:12:57 -0500 Received: from eggs.gnu.org ([208.118.235.92]:54289) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aAIFi-0001c4-U3 for 22196@debbugs.gnu.org; Sat, 19 Dec 2015 09:12:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aAIFa-0002VV-LY for 22196@debbugs.gnu.org; Sat, 19 Dec 2015 09:12:49 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:41772) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aAIFa-0002VR-IB; Sat, 19 Dec 2015 09:12:46 -0500 Received: from reverse-83.fdn.fr ([80.67.176.83]:44222 helo=pluto) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1aAIFa-0007Gg-0K; Sat, 19 Dec 2015 09:12:46 -0500 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Al McElrath Subject: Re: bug#22196: Ansible, python executable on remote host References: <87vb7w3jft.fsf@atonesir.com> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 29 Frimaire an 224 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x3D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-unknown-linux-gnu Date: Sat, 19 Dec 2015 15:12:44 +0100 In-Reply-To: <87vb7w3jft.fsf@atonesir.com> (Al McElrath's message of "Thu, 17 Dec 2015 12:32:22 -0800") Message-ID: <87oadmzfvn.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 22196 Cc: 22196@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) Hi! Al McElrath skribis: > I had some trouble with ansible that I'd like to share. I believe it > tries to use the same path to the python executable on the remote host > as exists locally, which is problematic for guix: > > '/bin/sh: 1: /gnu/store/5isi4xqg1jr5rqbr6pfap28fw5116dnr-python-2.7.10/bi= n/python: not found' Oops, indeed. > workaround in the form of a setting to specify the remote python path, > "ansible_python_interpreter": > > http://docs.ansible.com/ansible/intro_inventory.html#list-of-behavioral-i= nventory-parameters > > Not quite a bug, but maybe this will help someone else. I=E2=80=99m guessing we could at least change the default value. Would it = be possible to set the default value of =E2=80=98ansible_python_interpreter=E2= =80=99 to just =E2=80=98python=E2=80=99, hoping that it will be searched for in $PATH= on the remote host? Sounds like the most viable option. Thanks for your report! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Tue May 03 16:27:09 2016 Received: (at control) by debbugs.gnu.org; 3 May 2016 20:27:09 +0000 Received: from localhost ([127.0.0.1]:35807 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1axguS-00012R-Rf for submit@debbugs.gnu.org; Tue, 03 May 2016 16:27:08 -0400 Received: from eggs.gnu.org ([208.118.235.92]:52767) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1axguR-000122-CJ for control@debbugs.gnu.org; Tue, 03 May 2016 16:27:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1axguC-00079B-US for control@debbugs.gnu.org; Tue, 03 May 2016 16:26:58 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:58839) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axguC-00077c-RM for control@debbugs.gnu.org; Tue, 03 May 2016 16:26:52 -0400 Received: from reverse-83.fdn.fr ([80.67.176.83]:54484 helo=pluto) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1axgu7-0003dz-R5 for control@debbugs.gnu.org; Tue, 03 May 2016 16:26:48 -0400 Date: Tue, 03 May 2016 22:26:44 +0200 Message-Id: <87twiej3az.fsf@gnu.org> To: control@debbugs.gnu.org From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: control message for bug #22196 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -6.0 (------) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) tags 22196 moreinfo From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 12 15:53:12 2019 Received: (at 22196) by debbugs.gnu.org; 12 Nov 2019 20:53:12 +0000 Received: from localhost ([127.0.0.1]:58467 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iUd9z-0001tF-QF for submit@debbugs.gnu.org; Tue, 12 Nov 2019 15:53:11 -0500 Received: from mail-qk1-f179.google.com ([209.85.222.179]:43282) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iUd9y-0001t3-69 for 22196@debbugs.gnu.org; Tue, 12 Nov 2019 15:53:10 -0500 Received: by mail-qk1-f179.google.com with SMTP id z23so15746966qkj.10 for <22196@debbugs.gnu.org>; Tue, 12 Nov 2019 12:53:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=tea/R5i5fMri7WD9rfe+XZ3WE64qkjEXng2byxICOCw=; b=Wa3/rgjhVrL3EANr4Dvx9IZ/lEaRhzP3PzQuHDDION76qFers1bvikSBksZRzWEces gvdlxQuzZQDH9ZsCR2a1xz+JMxiVfJuVTMbMLGtikQKtznFJf88kxOgF/SW/NFKTpFB1 0V34og/5SY3lzQe3SwRDf75d03o8lhxM2vAc2ak6Gr9TcJBy++E+BcEpFaDLYLpxnG1u 6m6wj3ZaHy7kgC3OxCxCihdTkCDMN7VO86EzuqQPSXFFMruAOyu3QL8sKSYQp772JhkZ qd/Gg6bvi2XMI3KkyODq+mEYSXe9rnpiGxhgckF/D0EZkwJvS6Pg1/dtxJX9ysUplefO qMzg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=tea/R5i5fMri7WD9rfe+XZ3WE64qkjEXng2byxICOCw=; b=d0B/RoxsV40iwgnd6EfOShl650QR7MhbzL7PmMUBk059BmsuiVIXedzbX6NcTUzUiO UI2fWxvqxi5gp8oeKS8QD0zCh8dWKeH7phu2pJMQ2LpC9PKU91fk0wfEJx1+4oxYUtA6 14CJsGcpv0dvtYdui/eNQXG/p5wjjGZdUyuuww5pRxZkAGoE88TjpISk0Mr9ogD/S2fe lbo+/7+ikFLsQFWAiKdGWwDCkeb7sNIe8OySLVGWeMCrvknsNqlR28j7YzQR6mx7H04A RKExKSeZSV4aF3sH2PDRifbGTomZ8Z9R2pR9mACiU7R2ZeH3wV7Q5e9hfP10o8MF4GyV oksg== X-Gm-Message-State: APjAAAUCN3wg5v4HTz92P//EtqEP9Ca3YZfbqgektyywh/EJK18ig3DQ SFsjRKQLI52LVDT1DqlQ7PmsSHH21ccQ0pDtbV8Tlphk X-Google-Smtp-Source: APXvYqzVQZjqNvGDAnHUvE7UbvUc/jzQKPOtjSRBarywyMVJfjJmo3oMJB9njPt1M9i4HP8oRFR0G1gEOrWuZ2swtP0= X-Received: by 2002:a37:4146:: with SMTP id o67mr7324436qka.232.1573591984455; Tue, 12 Nov 2019 12:53:04 -0800 (PST) MIME-Version: 1.0 From: zimoun Date: Tue, 12 Nov 2019 21:52:53 +0100 Message-ID: Subject: Bug #22196 Hunting: status? To: 22196@debbugs.gnu.org, =?UTF-8?Q?Ludovic_Court=C3=A8s?= , hello@atonesir.com Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 22196 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Dear, This bug was reported more than 3 years ago and it is tagged "moreinfo". Does it still apply? If yes, any progress to report? If no, does it make sense to close it? Thanks in advance for any comments. All the best, simon From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 20 13:38:57 2019 Received: (at 22196) by debbugs.gnu.org; 20 Nov 2019 18:38:57 +0000 Received: from localhost ([127.0.0.1]:50881 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iXUsS-0006Bv-Vk for submit@debbugs.gnu.org; Wed, 20 Nov 2019 13:38:57 -0500 Received: from mail-qk1-f178.google.com ([209.85.222.178]:46022) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iXUsP-0006Bh-9Z for 22196@debbugs.gnu.org; Wed, 20 Nov 2019 13:38:53 -0500 Received: by mail-qk1-f178.google.com with SMTP id q70so666211qke.12 for <22196@debbugs.gnu.org>; Wed, 20 Nov 2019 10:38:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :content-transfer-encoding; bh=DN2keXNQbRv9e/q8G47HkStM0tXLOsp2tROOXAlGqP4=; b=bVTxE2BO1AmIiDOosBvXkk8NAzjFGq+lkmzmYAOgQoywh/THWxckXs2cVqdFL/2+Ht 3Mt1V1E07enPyvPpHdqXDSR9FEwoqWZJUs0XdFf6ghO0su6khpdue4SDD7E1tkzgLpj0 IlydKr8IeR2zx5FoITzRag7OtTjKq8DdsQy7S1FOhuMxOLzbrPoEP12qj32PxfdLhfr8 pJqg8JexdE7gCBN1rt+owwjjg+yYu331n6SR457qMygq8JhAnQCNZWGxj2f7tA3pXWBp 48TkrxQ55nml8ke2KkP2QGnYheIhPbX1FmaTI8gzCHnBXB4UbWaHsZ/bN8lXNcpGSz5t RHlw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:content-transfer-encoding; bh=DN2keXNQbRv9e/q8G47HkStM0tXLOsp2tROOXAlGqP4=; b=pPbRRHtJZDtCbXUckkCVp/1W4b7rEgtiVcJ7QNPfmpnP/xg/ZWcrCo7RXGoC66Ujlp NNsKY9aE2nA6T8wkQ3BkTSgYYPLUsyxFLbciIVl3aiS9IwF7BrbApts/B9ShLia5O/n5 FIzKLGvOwJ4dr4nYxMSGkkXujIJYVG6xzdAr2jtkSPIicRhChV3st9Dd2XnBXAhsVEcO mBb+UffeGt1H/Rp48tO+zzKZuqZkBhFt3zekUB87NBCJamliGf21izu/YTzDEIVyH0fw NWgbKPXBkIseuGMWL88Vtxsbyowx1S5oPV31lracpxxI0SKicdJ5e/2S35qPgXRVekCD Pfaw== X-Gm-Message-State: APjAAAUJ3+GtG0okXufFmgZopagqz+jQUwi37poDujyiaF8rxKZkrZQ0 RF1u550c58Rx6sHEplPzN5hfUkeofEStYNB9CEK8jw== X-Google-Smtp-Source: APXvYqyHVpNQCV/OJn7DTRBmNmgyTaK+e7eHCylz/St2+Q3sf3+J6JsxSH15ACgQvRHc0WJjSjEv2N0hOs7FhUfE1w0= X-Received: by 2002:a37:4f10:: with SMTP id d16mr3864657qkb.80.1574275127457; Wed, 20 Nov 2019 10:38:47 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: zimoun Date: Wed, 20 Nov 2019 19:38:36 +0100 Message-ID: Subject: Bug #22196 Hunting: Ansible: python executable on remote host To: 22196@debbugs.gnu.org, =?UTF-8?Q?Ludovic_Court=C3=A8s?= , hello@atonesir.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 22196 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi, Ludo wrote [1]: << I=E2=80=99m guessing we could at least change the default value. Would it = be possible to set the default value of =E2=80=98ansible_python_interpreter=E2= =80=99 to just =E2=80=98python=E2=80=99, hoping that it will be searched for in $PATH= on the remote host? >> [1] http://issues.guix.gnu.org/issue/22196 I do not see any relative thing in the definition of the package ansible (admin.scm). Is it useful for general practise of Ansible? Or is it specific to one particular usage? In such case, the tip [2] could be reported in the manual or cookbook. [2] http://docs.ansible.com/ansible/intro_inventory.html#list-of-behavioral= -inventory-parameters What do you think is the best to close this long standing bug? All the best, simon From debbugs-submit-bounces@debbugs.gnu.org Mon Dec 02 12:40:48 2019 Received: (at 22196-done) by debbugs.gnu.org; 2 Dec 2019 17:40:48 +0000 Received: from localhost ([127.0.0.1]:38882 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ibpgl-0003CB-P9 for submit@debbugs.gnu.org; Mon, 02 Dec 2019 12:40:47 -0500 Received: from mail-qk1-f169.google.com ([209.85.222.169]:40520) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ibpgk-0003Bo-An for 22196-done@debbugs.gnu.org; Mon, 02 Dec 2019 12:40:46 -0500 Received: by mail-qk1-f169.google.com with SMTP id a137so337150qkc.7 for <22196-done@debbugs.gnu.org>; Mon, 02 Dec 2019 09:40:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=Z6HepYej3tBBqbAli+plIDL1lV6xEzIoyMEb9IJc9SU=; b=r/I2ksdIBY3yhextErQnMNJ6Qzm4L/xHzgI6eLm59Bc9FqGt2f2kDxcleIkpKP49+d pAd+RTAga2bAKx/j6Lui3K7ZM1qrqWqOjujqkmWzObStHZyojtKLkW0DOtTETtknNwkZ UWlz6gZWKSpty4aMpY1/cPSofHJ90LId+Baz/TG2FJw9io7LQe9Gzo2AJAxuq/pN25mK 28iYUmBTdlLPStDxEO15JBgQ32K1TatvYqcXoKBrQrw92836yOkcYTghOZcSgp//fY17 SUnfE3++z5jzc/nl2TwYrYp9r1eaOuzSKzx/Neql5ykxPrGPkOYzj3DeONpQ8neQ0J2q Bu7w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=Z6HepYej3tBBqbAli+plIDL1lV6xEzIoyMEb9IJc9SU=; b=byepKvLwYcKP5xXX6iSd7eahQ7JcW2dI7oBwkUu2519YIsUFKwFMuG/u2DdU9IA7px v7MFyVVJQJGPVFpIahFUl7QR+W/gWCe8S3CUgog4eRwNbf52HKrjW/EFneF2viibExII PgmNh32uviZPYErbDzOmwHgh55bAFbY0dtpIYC/qJ8gXSEG1cBaCfzu1BTw+KdVdyHRj 9ToQ7f154IsvPwiKcbiLntSrubDpTCBThIiUPKowdb//jpNUILc4oKhL7qeeqfbmk+4i E6Nfnpmt0gzteM+vOBry2TycM6spLkHfrjBqTEstocRyejpBhOkvffSGDUr38Xt1gWyC 9omQ== X-Gm-Message-State: APjAAAUQpf4F/iB2rsbJMHacSGWqfGawRMfEmZUQehVsdlR+yhhu4bQm 66enyiFMNESnd3XZN2maLuV/oFz0jJmH9lTqZVOCDA== X-Google-Smtp-Source: APXvYqwLay/aLL+uMm0rn0u6lbbYN4rFbYXRdslYx0DJ0+lUjvvq3aspiH2S/oHb+JqyOgWXDjpRNq9m44xVMTrNobs= X-Received: by 2002:a37:4f10:: with SMTP id d16mr34117501qkb.80.1575308440565; Mon, 02 Dec 2019 09:40:40 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: zimoun Date: Mon, 2 Dec 2019 18:40:29 +0100 Message-ID: Subject: Re: bug#22196: Bug #22196 Hunting: Ansible: python executable on remote host To: 22196-done@debbugs.gnu.org Content-Type: text/plain; charset="UTF-8" X-Spam-Score: -0.1 (/) X-Debbugs-Envelope-To: 22196-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.1 (-) Dear, On Wed, 20 Nov 2019 at 19:39, zimoun wrote: > What do you think is the best to close this long standing bug? This wish has bee opened almost 4 years ago. The report proposes a tip with Ansible on remote host. Because it is not Guix specific and the current default value seems enough, we close this bug. All the best, simon From unknown Sat Aug 09 15:56:01 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 31 Dec 2019 12:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator