oravirt / ansible-oracle-modules

Oracle modules for Ansible
MIT License
214 stars 159 forks source link

oracle_profile: case-insensitive parameter compare #97

Closed langesven closed 5 years ago

langesven commented 5 years ago

The IS state is grabbed with lowercase parameter values. The SHOULD state should be lowercased also to ensure we don't try to perform changes that aren't actually required.

oravirt commented 5 years ago

Thanks! Sorry it took so long