mirror of https://github.com/ansible/ansible.git
Fixes #29818: chkconfig command is not daemonized, uses run_command()
In the last commit I modified the code to run commands when they are daemonized. But the execution of "chkconfig" is not daemonized so it uses "self.module.run_command(cmd)". This commit set the default localize to allow proper screen scraping of chkconfig command.pull/40499/head
parent
516e18f4b8
commit
7255b6a151
Loading…
Reference in New Issue