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 18F4C338F28 for ; Fri, 29 Aug 2025 16:59:30 +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=1756486770; cv=none; b=EeHcedKTZzLdHAFW1nNwbuWIKJie0O3whBe5TsbUcLvYi60NamtykzfiYw1gWypOeqV1eLLq13nxkxK3N221F/TCyX1GDIv18/L8k/N6quRlGpBVPmn5zOt9Gl7xFFoiqvGOxM5JL15zM/5/qhXzmf38SdDywZInSbafxYo3ids= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756486770; c=relaxed/simple; bh=h1N0xFOO9xuSIRN6T7ZsAbFHxGq8usfHCPbVqjFeHDA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=AfD7YlqtdYOc+VpPgy73xoY2oW+kIZbFTQUBkz/tLqVhmteItId3SVXAdvMqt1SEo3ST2KD4/jVARIaQ9Os1L57h8oVUso3zkLiMb+k5P5uKMAJss6Yw7q5183K1yZ7mK5WlttIMdWNOXhhLCUM9eQtKEm3UnDf2loB8O3/kmhQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=lpHxLjHY; 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="lpHxLjHY" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DA2EBC4CEF0; Fri, 29 Aug 2025 16:59:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1756486770; bh=h1N0xFOO9xuSIRN6T7ZsAbFHxGq8usfHCPbVqjFeHDA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=lpHxLjHYGyXCmbWGOiRPXrTrY79W9marp9i3z3KpK9DJZW7OkPYj6KMf8TGKKmw0V 0kZagfg4jg9cXPn1Nbw0Zo3D2KClGXiw8uxxtQFTfMguY6Mi2COgHg6PiGiMHj0tSx miNwbZVY1fz9daNDfQm56avW2lyVAgG9eOVx0OqI4gaZpsPBzMembJVLpfL3nCatTW PvpzIF5vdFjGJ8LZw1wmcoV6FnFlOAALsfUtYoZmfi7cA3dPaAKK5PX5ex28pgnuv2 NcxCyKnoBulYLLsKuXMsZV5/Pve2X4vuksTT5Cy8I4hYb2MBK+qekdLSVcFY8ftMwE HCGNl0enIFSTQ== Date: Fri, 29 Aug 2025 09:59:28 -0700 From: Luis Chamberlain To: Chuck Lever Cc: kdevops@lists.linux.dev, Chuck Lever Subject: Re: [RFC PATCH 2/2] ansible.cfg: generate an ansible.cfg file in TOPDIR Message-ID: References: <20250828202827.3253499-1-cel@kernel.org> <20250828202827.3253499-3-cel@kernel.org> <05f60242-0623-438e-9f68-a1c180934396@kernel.org> 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: <05f60242-0623-438e-9f68-a1c180934396@kernel.org> On Fri, Aug 29, 2025 at 09:39:41AM -0400, Chuck Lever wrote: > On 8/29/25 7:23 AM, Luis Chamberlain wrote: > > On Thu, Aug 28, 2025 at 04:28:27PM -0400, Chuck Lever wrote: > >> From: Chuck Lever > >> +config ANSIBLE_CFG_FILE_DEFAULT > >> + bool "Use a sensible default location for the ansible.cfg file" > > > >> + default N > > > > defaults are always n, so this line can be removed. > > > >> + help > >> + When this option is set to Y, kdevops creates an ansible.cfg > >> + in a sensible default location, using the settings defined > >> + in this Kconfig menu. > > > > Why would we not want this by default? > > Because N matches the current behavior. > > But I would prefer Y, actually. I think its safe to use Y. LUis