svc_systemd = { 'swapfile-prepare.service': { 'enabled': True, 'running': None, }, 'swapfile.swap': { 'enabled': True, 'running': True, 'needs': [ 'svc_systemd:swapfile-prepare.service', ], }, }