mirror of
https://github.com/zerwes/ansible-fqcn-converter.git
synced 2025-02-25 18:55:30 -06:00
exclude fqcnmapfile
This commit is contained in:
parent
502eb8e074
commit
e03e1de88d
@ -146,7 +146,7 @@ if not fqcnmapfile or args.updatefqcnmapfile:
|
||||
|
||||
# build exclude_paths
|
||||
exclude_paths = []
|
||||
for ep in args.exclude_paths + [".cache", ".git", ".hg", ".svn", ".tox"]:
|
||||
for ep in args.exclude_paths + [".cache", ".git", ".hg", ".svn", ".tox", args.fqcnmapfile]:
|
||||
exclude_paths.append(os.path.abspath(ep))
|
||||
|
||||
# update some args from optional config file
|
||||
|
Loading…
Reference in New Issue
Block a user