mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
update config code
This commit is contained in:
@@ -35,6 +35,7 @@ def main():
|
||||
chdir = module.params['chdir']
|
||||
args = module.params['args']
|
||||
|
||||
|
||||
if chdir:
|
||||
os.chdir(chdir)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user