Hello. I’m writing ansible role to deploy & manage openedx instance with tutor. One of the steps runs tutor config save --set KEY=VALUE
to overwrite some configuration options with production ones. The this is ansible-list it not quite happy with that because it’s not possible to tell if any file was created/modified/removed.
I propose to add some text in stdout or exit with specific exit code when “tutor config save --set” actually updates config.yml, so ansible tasks could detect that.
I can prepare a PR on GitHub if it looks good to you.