Commit message (Collapse) | Author | Age | Files | |
---|---|---|---|---|
* | fetch_cmd: Replace deprecated ‘_remote_checksum()’ with ↵ | Guilhem Moulin | 2022-10-11 | 1 |
| | | | | | | | | | | ‘_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 Moulin | 2018-12-05 | 1 |
| | ||||
* | ansible: _make_tmp_path now takes an argument. | Guilhem Moulin | 2016-06-29 | 1 |
| | ||||
* | Add an ansible module 'fetch_cmd' to fetch the output of a remote command ↵ | Guilhem Moulin | 2016-05-18 | 1 |
locally. And use this to fetch all X.509 leaf certificates. |