From e33f05b507fcf0a7c79ed5cc447a77e8b669e787 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Fri, 29 Sep 2023 14:09:28 +0100 Subject: [PATCH] Correct documentation regarding CLI argument precedence --- docs/configuring.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/configuring.md b/docs/configuring.md index e67bbbc1b5..ef22759268 100644 --- a/docs/configuring.md +++ b/docs/configuring.md @@ -5,10 +5,10 @@ You can ignore certain rules, enable `opt-in` rules, and control various other settings. Ansible-lint loads configuration from a file in the current working directory or -from a file that you specify in the command line. If you provide configuration -on both via a config file and on the command line, list values are merged (for -example `exclude_paths`) and **True** is preferred for boolean values like -`quiet`. +from a file that you specify in the command line. + +Any configuration option that is passed from the command line will override +the one specified inside the configuration file. ## Using local configuration files