mirror of https://github.com/ansible/ansible.git
allow empty description attribute for os_security_group
The `os_security_group` module would fail if there was no `description:` attribute: localhost | FAILED! => { "changed": false, "failed": true, "msg": "Error creating security group larstest: Invalid input for description. Reason: 'None' is not a valid string." } This commit makes the default description `''` rather than `None`.reviewable/pr18780/r1
parent
2e49d89be7
commit
da0fbfc564
Loading…
Reference in New Issue