1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-29 23:49:09 +00:00

update config code

This commit is contained in:
Michael DeHaan 2012-08-13 20:17:07 -04:00
parent 1cadfcbf61
commit 7ab0d60b1a
2 changed files with 1 additions and 24 deletions

View file

@ -35,6 +35,7 @@ def main():
chdir = module.params['chdir']
args = module.params['args']
if chdir:
os.chdir(chdir)