mirror of https://github.com/ansible/ansible.git
composer: Fix `changed` status
Fix `changed` status that always returns False with composer.
This [previous PR](https://github.com/ansible/ansible-modules-extras/pull/61) had fixed the issue but because of a [Composer recent change](cb336a5416
) stderr is now used for reporting information meant for humans while stdout is more for the output of the command.
This PR would definilty solve this issue.
reviewable/pr18780/r1
parent
405bb040f8
commit
f3c008ed5d
Loading…
Reference in New Issue