1
0
Fork 0
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:
Jonas L 2023-10-16 11:16:31 +02:00 committed by GitHub
parent 11ffbd9d43
commit 76ef636f07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 34 additions and 1 deletions

View file

@ -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: