summaryrefslogtreecommitdiffstats
path: root/lib/action_plugins/fetch_cmd.py
Commit message (Collapse)AuthorAgeFiles
* fetch_cmd: Replace deprecated ‘_remote_checksum()’ with ↵Guilhem Moulin2022-10-111
| | | | | | | | | | ‘_execute_remote_stat()’. This silences the following deprecation warning: The '_remote_checksum()' method is deprecated. The plugin author should update the code to use '_execute_remote_stat()' instead. This feature will be removed in version 2.16. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
* Remove trailing spaces.Guilhem Moulin2018-12-051
|
* ansible: _make_tmp_path now takes an argument.Guilhem Moulin2016-06-291
|
* Add an ansible module 'fetch_cmd' to fetch the output of a remote command ↵Guilhem Moulin2016-05-181
locally. And use this to fetch all X.509 leaf certificates.