mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-02-02 22:48:48 +00:00
upt playbook
This commit is contained in:
parent
b488b36cfd
commit
3314f9cbf1
@ -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
|
Loading…
x
Reference in New Issue
Block a user