mirror of
https://github.com/zerwes/ansible-fqcn-converter.git
synced 2025-02-25 18:55:30 -06:00
ignore meta dir by default
This commit is contained in:
parent
2786355210
commit
8e3657e44b
@ -52,6 +52,7 @@ _general_exclude_paths = [
|
||||
"*/host_vars/*",
|
||||
"*/vars/*",
|
||||
"*/defaults/*",
|
||||
"*/meta/*",
|
||||
]
|
||||
|
||||
argparser = argparse.ArgumentParser(description=__doc__)
|
||||
|
Loading…
Reference in New Issue
Block a user