Comment 1 for bug 2009029

Revision history for this message
Damian DÄ…browski (damiandabrowski) wrote :

If I understand correctly, option 1. requires to add a fix to all roles that use of ansible-role-systemd_service, right? If so, it won't solve the issue for people who use that role outside OSA.

Maybe we can change:

- 'services_results.item.state is not defined'

to:

- services_results.item.state is not defined or services_results.item.state != 'stopped'

?