diff --git a/command b/command index c86b1981c68..b19e15e2e2d 100755 --- a/command +++ b/command @@ -35,6 +35,7 @@ def main(): chdir = module.params['chdir'] args = module.params['args'] + if chdir: os.chdir(chdir)