ansible-roles/cassandra/handlers/main.yml

8 lines
144 B
YAML
Raw Normal View History

2015-11-11 18:04:54 +01:00
---
- name: Update apt cache
apt: update_cache=yes
ignore_errors: true
- name: Restart cassandra
service: name=cassandra state=restarted