Skip to content

Commit

Permalink
Add IBM VMs to container_engine_podman group
Browse files Browse the repository at this point in the history
  • Loading branch information
Molter73 committed Jun 20, 2024
1 parent 23c23e3 commit 5dee38e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ansible/roles/create-vm/tasks/create-ppc64le-vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@
- job_id_{{ job_id }}
- platform_{{ test_platform }}
- vm_arch_ppc64le
- container_engine_podman
ansible_ssh_extra_args: -o StrictHostKeyChecking=no
ansible_ssh_private_key_file: "{{ vm_ssh_key_file }}"
vm_config: "{{ vm_config }}"
Expand Down
1 change: 1 addition & 0 deletions ansible/roles/create-vm/tasks/create-s390x-vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
- job_id_{{ job_id }}
- platform_{{ test_platform }}
- vm_arch_s390x
- container_engine_podman
ansible_ssh_extra_args: "-o StrictHostKeyChecking=no"
ansible_ssh_private_key_file: "{{ vm_ssh_key_file }}"
vm_config: "{{ vm_config }}"
Expand Down

0 comments on commit 5dee38e

Please sign in to comment.