Support ansible-core 2.12; workaround service_facts issues
evaluate is_ntp_default as boolean, not string
I guess earlier versions of Ansible would evaluate this string as
a jinja2 expression when evauluated in a when
or other conditional
context, but in Ansible 2.12, it gets evaluated as a string. Ensure
that the evaluation into a boolean happens at variable assignment
time.
reject services which have a status == not-found
also reject masked and failed services
update tox-lsr version to 2.8.0
New version adds check for proper commenting of the ansible_managed var
Signed-off-by: Sergei Petrosian [email protected]
Run the new tox test
Signed-off-by: Sergei Petrosian [email protected]