swap: automatically start swap.swap service, pt2

This commit is contained in:
Jakub Kadlcik 2022-01-23 22:20:30 +01:00
parent c9d8a50050
commit 68139c0ff2

View file

@ -69,3 +69,6 @@
- swap.file.swapon - swap.file.swapon
- swap - swap
notify: restart swap.swap notify: restart swap.swap
- name: Start swap.swap service
service: state=started enabled=yes name="swap.swap"