Closed lalmeras closed 6 years ago
Trying to add a proper check_mode.
It seems to me that just adding support_check_mode = True and wrapping all update/post client calls may do the job.
Works fine for my playbook. Using check mode allows me to see needed record updates without applying them, as intended.
No regression for normal mode.
Looks good, thank you!
Trying to add a proper check_mode.
It seems to me that just adding support_check_mode = True and wrapping all update/post client calls may do the job.
Works fine for my playbook. Using check mode allows me to see needed record updates without applying them, as intended.
No regression for normal mode.