Adjust molecule jobs for Ansible 2.11

Add community.crypto collection to testing of tripleo-transfer role,
since it uses openssh_keypair module.
Change-Id: I55139d44996ba5b0a39b45cd5ead571d617ff309
This commit is contained in:
Sagi Shnaidman 2021-08-04 23:49:17 +03:00
parent a4afb20deb
commit e7ec5d3128
3 changed files with 3 additions and 1 deletions

View File

@ -5,3 +5,4 @@ collections:
- containers.podman
- community.general
- ansible.posix
- community.crypto

View File

@ -34,3 +34,4 @@ collections:
- community.general
- openstack.cloud
- containers.podman
- community.crypto

View File

@ -36,7 +36,7 @@
- "{{ tripleo_transfer_dest_host }}"
- name: generate ssh key-pair in source host
openssh_keypair:
community.crypto.openssh_keypair:
path: "{{ tripleo_transfer_key_location }}"
delegate_to: "{{ tripleo_transfer_src_host }}"
become: "{{ tripleo_transfer_src_become }}"