mirror of https://github.com/ansible/ansible.git
Vultr: Ensure self.returns is the source of truth (#44115)
As of today, self.returns it not the source of truth. If the return value from querying the resource contains more values than the one listed in self.returns, those value will be returned even though not explicitly specified in self.returns. This commit ensures that only the values listed on self.returns are actually returned. The other values not listed are supressed.pull/44122/head
parent
d6d7b6123e
commit
763d66ff9c
Loading…
Reference in New Issue