You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
5 years ago
..
action deprecate `_remote_checksum()` and remove use in fetch (#74848) 5 years ago
become fix su localization optoin 5 years ago
cache Fix BaseFileCacheModule#keys to respect prefix (#72789) 5 years ago
callback Apply display_failed_stderr on loop item results (#74865) 5 years ago
cliconf Migrated to vyos.vyos 6 years ago
connection psrp - cleanup command (#74985) 5 years ago
doc_fragments Added FAQ entry for complex validation needs (#74707) 5 years ago
filter docs: Update Python 2 doc links (#74633) 5 years ago
httpapi Update documentation of httpapi's handle_httperror method for clarity (#70991) 5 years ago
inventory Remove deprecated cache support from script inventory plugin (#74813) 5 years ago
lookup Fix env lookup docs typo (#75022) 5 years ago
netconf netconf - handle import error when running in FIPS mode (#73992) 5 years ago
shell Fix various sanity errors in plugins (#71736) 5 years ago
strategy Add end_batch meta task (#74899) 5 years ago
terminal Document existing ansi_re sequences and add `ESC[m` (#70683) 5 years ago
test version test - improve message when value is empty (#74754) 5 years ago
vars fix typo in host_group_vars config (#75012) 5 years ago
__init__.py All lookups ported to config system (#74108) 5 years ago
loader.py Fix a bug adding unrelated candidates to the plugin loader redirect_list (#73863) 5 years ago