7 lines
157 B
YAML
7 lines
157 B
YAML
|
- name: restart service
|
||
|
systemd:
|
||
|
name: service
|
||
|
state: restarted
|
||
|
- name: update example_command configuration
|
||
|
command: /usr/sbin/example_command
|