1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00

test: update server type to cax11 (#518)

Ensure we are consistent across our tests, and updates some server types
that were missing from the previous PR updating this:

https://github.com/ansible-collections/hetzner.hcloud/pull/510
This commit is contained in:
Jonas L 2024-06-12 10:57:12 +02:00 committed by GitHub
parent 03dfeb2f2b
commit 029a7c686b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 12 additions and 12 deletions

View file

@ -535,7 +535,7 @@
- name: test create server with enabled backups
hetzner.hcloud.server:
name: "{{ hcloud_server_name }}"
server_type: cpx11
server_type: cax11
backups: true
image: "ubuntu-22.04"
ssh_keys:
@ -563,7 +563,7 @@
name: "{{ hcloud_server_name }}"
delete_protection: true
rebuild_protection: true
server_type: cpx11
server_type: cax11
image: "ubuntu-22.04"
ssh_keys:
- "{{ hcloud_ssh_key_name }}"