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:
parent
03dfeb2f2b
commit
029a7c686b
5 changed files with 12 additions and 12 deletions
|
|
@ -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 }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue