17 lines
260 B
JSON
17 lines
260 B
JSON
[
|
|
{
|
|
"name": "restart sshd",
|
|
"ansible.builtin.service": {
|
|
"name": "sshd",
|
|
"state": "restarted"
|
|
}
|
|
},
|
|
{
|
|
"name": "restart journal",
|
|
"ansible.builtin.service": {
|
|
"name": "systemd-journald",
|
|
"state": "restarted",
|
|
"enabled": true
|
|
}
|
|
}
|
|
]
|