Re: [RFC PATCH 2/2] ansible.cfg: generate an ansible.cfg file in TOPDIR
Luis Chamberlain <[email protected]>
| Newsgroups | dev.linux.lists.kdevops |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> > >> +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