Change setting projects configuration to show what changed
Summary
Actually all configuration keys for projects are PUT to rundeck and result is always Ok
.
Steps to reproduce
Run playbook 2 times and between runs change some value in project configuration key.
Expected behavior
Playbook should report one change.
Actual behavior
No changes are reported.
Possible fixes
Use get request for each configuration key and compare with value which should be present.