mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-17 20:38:42 +00:00
* Add use_ssh_client option. * Unrelated cleanup (unneeded imports). * Add SSH connection tests.
7 lines
196 B
YAML
7 lines
196 B
YAML
---
|
|
- name: Install paramiko
|
|
pip:
|
|
name: "paramiko{% if cryptography_version.stdout is version('2.5.0', '<') %}<2.5.0{% endif %}"
|
|
extra_args: "-c {{ remote_constraints }}"
|
|
become: true
|