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:
parent
1cadfcbf61
commit
7ab0d60b1a
2 changed files with 1 additions and 24 deletions
|
|
@ -35,6 +35,7 @@ def main():
|
|||
chdir = module.params['chdir']
|
||||
args = module.params['args']
|
||||
|
||||
|
||||
if chdir:
|
||||
os.chdir(chdir)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue