Merge "Adjust molecule jobs for Ansible 2.11"
This commit is contained in:
commit
328fb3e618
@ -5,3 +5,4 @@ collections:
|
||||
- containers.podman
|
||||
- community.general
|
||||
- ansible.posix
|
||||
- community.crypto
|
||||
|
@ -34,3 +34,4 @@ collections:
|
||||
- community.general
|
||||
- openstack.cloud
|
||||
- containers.podman
|
||||
- community.crypto
|
||||
|
@ -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 }}"
|
||||
|
Loading…
Reference in New Issue
Block a user