#!/usr/bin/ansible-playbook # vim:ft=ansible: --- - name: restart influxdb systemd: name: influxdb daemon_reload: yes state: restarted become: yes