mirror of https://github.com/ansible/ansible.git
Apply logging of arguments to modules (issue #122)
The ohai and facter modules use /usr/bin/logger to log the fact that they have been invoked. I added 'import os' to the ping module so that it could have the same syslog statements as the other modules. I separated the condensed: shlex.split(open(argfile, 'r').read()) into two separate statements similar to the other modules.reviewable/pr18780/r1
parent
7d52ace295
commit
67ee30f135
Loading…
Reference in New Issue