mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
account for absense of config file
This commit is contained in:
parent
dfcf43efa9
commit
6b99f0d65c
1 changed files with 12 additions and 11 deletions
|
@ -89,6 +89,7 @@ class ConfigManager(object):
|
||||||
# TODO: take list of files with merge/nomerge
|
# TODO: take list of files with merge/nomerge
|
||||||
|
|
||||||
parser = None
|
parser = None
|
||||||
|
if cfile:
|
||||||
if ftype == 'ini':
|
if ftype == 'ini':
|
||||||
parser = configparser.ConfigParser()
|
parser = configparser.ConfigParser()
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue