mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Respect include.* directives by default.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user