ansible/lib/ansible/plugins
Sam Doran be0cdc0ea2
deprecate _remote_checksum() and remove use in fetch (#74848)
* Remove use of _remote_checksum from fetch module
* Add deprecation message displayed during runtime
* Increase test coverage for fetch
* Add tests covering the use of stat from the fetch module

    This required creating an unpriveleged user account and connecting as that user remotely since
    it is not possible to create a file that the root user cannot stat.

* Use fact caching to persist remote tmp dir across playbook runs
* Add variables to setup_remote_tmp test role to allow caching of the remote temp dir fact
  and preventing removal of the remote_tmp_dir
2021-06-16 13:51:07 -04:00
..
action deprecate _remote_checksum() and remove use in fetch (#74848) 2021-06-16 13:51:07 -04:00
become fix su localization optoin 2021-03-11 11:53:28 -08:00
cache Fix BaseFileCacheModule#keys to respect prefix (#72789) 2021-04-30 15:28:28 -04:00
callback Apply display_failed_stderr on loop item results (#74865) 2021-06-01 11:31:46 -04:00
cliconf Migrated to vyos.vyos 2020-03-23 11:14:21 -05:00
connection psrp - cleanup command (#74985) 2021-06-15 07:33:56 +10:00
doc_fragments Added FAQ entry for complex validation needs (#74707) 2021-06-16 13:43:01 -04:00
filter docs: Update Python 2 doc links (#74633) 2021-05-24 15:11:26 -04:00
httpapi Update documentation of httpapi's handle_httperror method for clarity (#70991) 2020-08-03 16:35:00 -04:00
inventory Remove deprecated cache support from script inventory plugin (#74813) 2021-05-25 11:35:46 -04:00
lookup Fix env lookup docs typo (#75022) 2021-06-16 10:00:15 -04:00
netconf netconf - handle import error when running in FIPS mode (#73992) 2021-04-19 12:41:55 -04:00
shell Fix various sanity errors in plugins (#71736) 2020-10-06 12:37:16 -04:00
strategy Add end_batch meta task (#74899) 2021-06-04 05:17:19 +10:00
terminal Document existing ansi_re sequences and add ESC[m (#70683) 2020-07-22 08:56:21 -04:00
test version test - improve message when value is empty (#74754) 2021-05-20 11:55:30 -04:00
vars fix typo in host_group_vars config (#75012) 2021-06-15 18:03:01 -04:00
__init__.py All lookups ported to config system (#74108) 2021-04-13 15:52:42 -04:00
loader.py Fix a bug adding unrelated candidates to the plugin loader redirect_list (#73863) 2021-03-18 17:53:57 -04:00