You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After migrating to our own role for PostgreSQL: #76 we finally can control everything, meaning we can do entire repo Idempotent (which is important thing to run StackStorm installation for internal infra).
Second
stackstorm.yml
playbook re-run should end with the following:changed=0.*failed=0
, meaning 0 resources changed.Include Idempotence check in CI, see:
https://github.com/StackStorm/ansible-st2/blob/master/.kitchen.yml#L17-L18
The text was updated successfully, but these errors were encountered: