mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
Respect include.* directives by default.
This commit is contained in:
parent
ea05c56a41
commit
0d8ceefd48
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ def main():
|
|||
else:
|
||||
new_value = None
|
||||
|
||||
args = [git_path, "config"]
|
||||
args = [git_path, "config", "--includes"]
|
||||
if params['list_all']:
|
||||
args.append('-l')
|
||||
if scope:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue