1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/plugins
Toshio Kuratomi 6b6c4914d2 Initial cleanup of file module
* Remove use of six.b as Python-2.6+ have byte literals.
* Make AnsibleModule a global object so we'll have access to it in all
  the functions we're going to break this up into.
* Rework the parameters so things that are in file_common_args are used
  from file_common_args or the reason for deviation is documented.
* Remove validate as a parameter: this should be taken care of by
  removing it from params before the copy and template action plugin
  invoke file.
* Rename diff_peek to _diff_peek as it is an internal parameter.
* add module_name execute_module call to assemble so that it is more greppable
2018-05-10 14:48:28 -07:00
..
action Initial cleanup of file module 2018-05-10 14:48:28 -07:00
cache add inventory caching & use in virtualbox inventory plugin (#34510) 2018-01-22 19:33:14 -05:00
callback Fix task banner with 'actionable' callback when using templates in name (#38165) 2018-05-09 13:57:28 -04:00
cliconf Fix fetching ios default running config (#39475) 2018-05-02 19:27:56 +05:30
connection allow become methods for Jail connection plugin (#31746) 2018-05-07 21:30:24 -04:00
filter Enabled unsafe and vault in JSON (#38759) 2018-05-09 14:01:51 -04:00
inventory Convert more http links to https. 2018-04-25 23:12:46 -07:00
lookup hashi_vault: fix for : in secret name (#39820) 2018-05-08 07:54:25 +02:00
netconf Raise error when trying to use older iosxr modules with netconf (#37423) 2018-03-15 12:49:35 -04:00
shell Change except Error when trying to get a missing option 2018-04-27 09:47:18 -04:00
strategy Use updated task, instead of original, non-merged included_file._task (#39762) 2018-05-07 10:01:35 -05:00
terminal nxos enable mode (#39355) 2018-05-08 15:31:02 +05:30
test Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
vars Allow loading dirs from role defaults/vars (#36357) 2018-04-10 17:14:38 -04:00
__init__.py fixed up get_options in AnsiblePlugin to use the correct plugin name 2017-11-22 15:35:31 -05:00
loader.py centralize doc/config plugin lists (#38775) 2018-04-16 09:29:49 -04:00