Skip to content

Commit 7e38162

Browse files
ssbarneacidrblock
andauthored
Correct documentation regarding CLI argument precedence (#3792)
Co-authored-by: Bradley A. Thornton <[email protected]>
1 parent 54cf3ea commit 7e38162

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/configuring.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ You can ignore certain rules, enable `opt-in` rules, and control various other
55
settings.
66

77
Ansible-lint loads configuration from a file in the current working directory or
8-
from a file that you specify in the command line. If you provide configuration
9-
on both via a config file and on the command line, list values are merged (for
10-
example `exclude_paths`) and **True** is preferred for boolean values like
11-
`quiet`.
8+
from a file that you specify in the command line.
9+
10+
Any configuration option that is passed from the command line will override
11+
the one specified inside the configuration file.
1212

1313
## Using local configuration files
1414

0 commit comments

Comments
 (0)