Please remember this is a a bugreport, not a forum thread. All these
posts about this bug being ignored or about being disappointed are just
adding some noise to the technical information, increasing the risk of
the pertinent facts to be missed by the people wanting to figure and
eventually fix thi
This is not a bug, if there is a bug somewhere here, it is in ansible.
Ansible should not try to parse the stdout or stderr of "service nginx
status", it should check its exit code as Cyril suggested, that is the
proper way to check that (He suggested it in bash, but it is documented
in python as
Thomas:
I would say that the flaw here is to consider output messages as the default
communication between to processes.
Output messages are for human to read, and are only used as a way to get
info from another process when there is no alternative.
Here the proper way is to check the exit code,
@Thomas Ward: You have a far better knowledge of the launchpad marking
policy than me. Please, mark it the way you think is the most
appropriate.
My belief is that this bug is not assigned to the right project, and
that was the only point i wanted to make when i was suggesting invalid
and/or wontf