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`.
pull/18777/head
parent
ff090a1224
commit
45012ea723
Loading…
Reference in New Issue