mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-01 07:28:33 +02:00
upt playbook
This commit is contained in:
@ -27,4 +27,9 @@
|
|||||||
[Install]
|
[Install]
|
||||||
WantedBy=basic.target
|
WantedBy=basic.target
|
||||||
owner: root
|
owner: root
|
||||||
mode: '0744'
|
mode: '0744'
|
||||||
|
- name: Restart service wol, in all cases
|
||||||
|
ansible.builtin.service:
|
||||||
|
name: wol
|
||||||
|
state: restarted
|
||||||
|
enabled: true
|
Reference in New Issue
Block a user