Merge "Adjust molecule jobs for Ansible 2.11"

This commit is contained in:
Zuul 2021-08-13 10:18:52 +00:00 committed by Gerrit Code Review
commit 328fb3e618
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 }}"