mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
cloudstack: fix spelling of "affinity_type" (#33231)
The previous spelling, "affinty_type" is marked as deprecated and will be removed in Ansible 2.9. Both spelling are mutually exclusives.
This commit is contained in:
parent
819f9ee8fa
commit
e65001ee22
2 changed files with 10 additions and 5 deletions
|
@ -22,7 +22,7 @@
|
|||
- name: test fail unknown affinity type
|
||||
cs_affinitygroup:
|
||||
name: "{{ cs_resource_prefix }}_ag"
|
||||
affinty_type: unexistent affinity type
|
||||
affinity_type: unexistent affinity type
|
||||
register: ag
|
||||
ignore_errors: true
|
||||
- name: verify test fail unknown affinity type
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue