mirror of
https://github.com/roles-ansible/ansible_role_acmetool.git
synced 2024-08-16 12:29:49 +02:00
7 lines
151 B
YAML
7 lines
151 B
YAML
---
|
|
- name: systemctl restart acmetool
|
|
become: true
|
|
ansible.builtin.systemd:
|
|
name: 'acmetool.service'
|
|
state: 'restarted'
|
|
enabled: true
|