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:
Vincent Bernat 2017-11-28 07:46:43 +01:00 committed by René Moser
commit e65001ee22
2 changed files with 10 additions and 5 deletions

View file

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