You've already forked ansible-linux-infra
6 lines
106 B
YAML
6 lines
106 B
YAML
---
|
|
- name: restart falcon-sensor
|
|
ansible.builtin.systemd:
|
|
name: falcon-sensor
|
|
state: restarted
|