ansible-role-cassandra/handlers/main.yml

7 lines
129 B
YAML
Raw Normal View History

2024-01-16 12:06:31 +01:00
---
2024-01-16 19:06:54 +01:00
- name: Restart Cassandra
ansible.builtin.service:
name: cassandra
state: restarted
when: cassandra_start_server