Sqitch - is everything ok with my new module?

Hi,

I would like to ask if everything is ok with my new module. It is a module to work with sqitch - open-source database change management system. Because there is no API I just execute prepared commands. Added value of this module is to get an ok status if there is no actions taken by sqitch (during deploy or revert). If you use command or shell, there is always changed status. Please take a look at my commit https://github.com/merito/ansible/commit/cebde6688e5ca487f9b91fa43390ef4337f5a4e6 and tell me if it makes any sense to develop it and make a pull request.

Best wishes
Dawid

Hi,

I would like to ask if everything is ok with my new module. It is a module
to work with sqitch - open-source database change management system.
Because there is no API I just execute prepared commands. Added value of
this module is to get an ok status if there is no actions taken by sqitch
(during deploy or revert). If you use command or shell, there is always
changed status.

That is one of the big purposes of making a module, so you're on the right
track. :slight_smile:

Please take a look at my commit https://github.com/merito/ansible/commit/
cebde6688e5ca487f9b91fa43390ef4337f5a4e6 and tell me if it makes any
sense to develop it and make a pull request.

I'd recommend just submitting a pull request. That way, you get the added
benefit of the CI tests.

--g