From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9ED631F7554 for ; Wed, 14 May 2025 18:32:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1747247529; cv=none; b=tgwvkEfSAXkQ6vjtjnlcmNNS3GoIKgzVRPM/a4pAwiaIX5wYpdxu2OJEzOMCoDHnK1HqtVQpLWpL2Pxsrgvl+Ndcxr8O0reQG+Df1oHGZVfnbMZNhP3syl6dzfNOevknqbmut0HrpjATawo7VSVLZiCnbmFnkxS+KwrqiGuXyjg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1747247529; c=relaxed/simple; bh=YRMGi4MNIvUYMBRYmYQC8gYY6tAw8jQPXGqW2oO2mbQ=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=RHcLHwDLl1hzIyMsGxIcCRYvR3QTbOLGw1f5z5IFN8iaVk7yoCj+sDd7rxxP2JiQgJTNwQ4nV+NFNbo7O5zQGQSW/DXA3QRDP46ZUcEefDHQjZ6H+5ocSOJW1PI8QLlTTf/YCjGkoVmTREBKNeqJnZurZTew0X1SUPiAvt+TqcY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=V3yMBbxR; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="V3yMBbxR" Received: by smtp.kernel.org (Postfix) with ESMTPSA id F00CAC4CEE3; Wed, 14 May 2025 18:32:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1747247529; bh=YRMGi4MNIvUYMBRYmYQC8gYY6tAw8jQPXGqW2oO2mbQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=V3yMBbxRXvbbFRY1TBSvgOaVCi4GF/yyOm+6WKd1YbBaEY1jC7ATqQxSLl3CMLVKX NC5Wjk8BvT2AQyUspGh+Kcv6CAvwicnyKBYttpf5Lgq7bhTDzPScsuRA5EvadwznJj fzJmF6FrBCxoim6DZaTF8n1u58pMTqNjqNhVTAibS0eP+kgfavbCyg7np/4IEu2cbt K20u6xdrD8t3QoKmEtKQkXnkDFh5taHWF44Vu6otB97kQl9ndw1btlpUogruVVjV2F 0y+8FR9ih2OEFzyfN++w3QPM84Vj+4IO15uuA27XvdTbQLZPx2U2gFdGla535KNkOw w4CDuiA+Mmv9g== Date: Wed, 14 May 2025 11:32:07 -0700 From: Luis Chamberlain To: Daniel Gomez Cc: kdevops@lists.linux.dev, Daniel Gomez Subject: Re: [PATCH 0/5] Ansible fixes in different roles Message-ID: References: <20250512-vagrant-fixes-v1-0-3dcfd0a380ba@samsung.com> Precedence: bulk X-Mailing-List: kdevops@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250512-vagrant-fixes-v1-0-3dcfd0a380ba@samsung.com> On Mon, May 12, 2025 at 04:36:11PM +0200, Daniel Gomez wrote: > I run into all these issues when adding blktests CI support in the > following Debian testing machine: > > ansible --version > ansible [core 2.19.0b2] > config file = None > configured module search path = > ['/home/dagomez/.ansible/plugins/modules', > '/usr/share/ansible/plugins/modules'] > ansible python module location = /usr/lib/python3/dist-packages/ansible > ansible collection location = > /home/dagomez/.ansible/collections:/usr/share/ansible/collections > executable location = /usr/bin/ansible > python version = 3.13.3 (main, Apr 10 2025, 21:38:51) [GCC 14.2.0] > (/usr/bin/python3) > jinja version = 3.1.6 > pyyaml version = 6.0.2 (with libyaml v0.2.5) > > sudo dpkg -l ansible* > Desired=Unknown/Install/Remove/Purge/Hold > | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig- > pend > |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) > ||/ Name Version Architecture Description > +++-==============-================-============-============== > ii ansible 12.0.0~a2+dfsg-1 all Configuration > management, deployment, > and task execution > system > ii ansible-core 2.19.0~beta2-1 all Configuration > management, deployment, > and task execution > system > uname -r > 6.12.25-amd64 > > lsb_release -a > No LSB modules are available. > Distributor ID: Debian > Description: Debian GNU/Linux trixie/sid > Release: n/a > Codename: trixie > > Last 2 patches may also be needed in other workflows. I'll keep an eye > and send fixes if needed. > > Signed-off-by: Daniel Gomez Reviewed-by: Luis Chamberlain Luis