Pure-Storage-Ansible / FlashBlade-Collection

Ansible Collection for Pure Storage FlashBlade
GNU General Public License v3.0
3 stars 8 forks source link

purefb_timeout always reports changed #262

Closed tylergmuir closed 8 months ago

tylergmuir commented 8 months ago

Describe the bug When using the purefb_timeout module, it always reports changed even when the configured timeout value is the same as the one set in the playbook.

To Reproduce Steps to reproduce the behavior:

  1. Have a playbook configure the timeout using purefb_timeout.
  2. Rerun the playbook.
  3. See it was reported changed.

Expected behavior The module should only report changed when required.