Files
community.general/lib/ansible/module_utils
Dag Wieers 04ce71b4bd Give a module the possibility to known its own name (#16087)
* 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
2016-06-10 11:48:54 -04:00
..
2016-04-05 11:06:17 -07:00
2015-04-28 09:36:42 -04:00
2016-02-08 19:10:04 +01:00
2016-05-18 06:18:01 -07:00
2015-11-03 09:53:18 -08:00
2016-05-14 07:51:13 -07:00