mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
feat: add deprecation field to hcloud_iso_info (#357)
##### SUMMARY See these changelog entries for the announcement: - https://docs.hetzner.cloud/changelog#2023-10-12-deprecation-info-for-isos - https://docs.hetzner.cloud/changelog#2023-10-12-field-deprecated-on-isos-is-now-deprecated ##### ISSUE TYPE - Feature Pull Request ##### COMPONENT NAME hcloud_iso_info
This commit is contained in:
parent
11ffbd9d43
commit
76ef636f07
3 changed files with 34 additions and 1 deletions
|
|
@ -30,6 +30,8 @@
|
|||
- result.hcloud_iso_info[0].name == "{{ hcloud_iso_name }}"
|
||||
- result.hcloud_iso_info[0].architecture == "{{ hcloud_iso_architecture }}"
|
||||
- result.hcloud_iso_info[0].type == "{{ hcloud_iso_type }}"
|
||||
- result.hcloud_iso_info[0].deprecated is none
|
||||
- result.hcloud_iso_info[0].deprecation is none
|
||||
|
||||
- name: Gather hcloud_iso_info with wrong id
|
||||
hetzner.hcloud.hcloud_iso_info:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue