mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-02 23:31:25 -07:00
* Give a module the possibility to known its own name This is useful for logging and reporting and fixes the longstanding problem with syslog-messages: May 30 15:50:11 moria ansible-<stdin>: Invoked with ... now becomes: Jun 1 17:32:03 moria ansible-copy: Invoked with ... This fixes #15830 * Rename the internal name from module.ansible_module_name to module._name |
||
---|---|---|
.. | ||
cli | ||
compat | ||
config | ||
errors | ||
executor | ||
galaxy | ||
inventory | ||
module_utils | ||
modules | ||
new_inventory | ||
parsing | ||
playbook | ||
plugins | ||
template | ||
utils | ||
vars | ||
__init__.py | ||
constants.py | ||
release.py | ||
test-requirements.txt |