update config code
This commit is contained in:
parent
a8d51a1508
commit
498bebd03e
1 changed files with 1 additions and 0 deletions
1
command
1
command
|
@ -35,6 +35,7 @@ def main():
|
||||||
chdir = module.params['chdir']
|
chdir = module.params['chdir']
|
||||||
args = module.params['args']
|
args = module.params['args']
|
||||||
|
|
||||||
|
|
||||||
if chdir:
|
if chdir:
|
||||||
os.chdir(chdir)
|
os.chdir(chdir)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue