11 lines
176 B
YAML
11 lines
176 B
YAML
---
|
|
-
|
|
name: restart sshd
|
|
service:
|
|
name: sshd
|
|
state: restarted
|
|
-
|
|
name: restart zramswap
|
|
systemd:
|
|
name: zramswap
|
|
state: restarted
|