When a new nodes is being deployed ansible_facts.services["scylla-server.service"] is defined is false because we populate services facts early in the play.
When Role is applied to an existing node then ansible_facts.services["scylla-server.service"]["state"] != "running" is false.
HEAD: 4cdc311cdefd7f86a175642c01d0a4f367b4099d
Description The following task is never called (from
common.yml
):Reason:
ansible_facts.services["scylla-server.service"] is defined
is false because we populate services facts early in the play.ansible_facts.services["scylla-server.service"]["state"] != "running"
is false.