trixie/roles/educontainer/handlers/main.yml

8 lines
234 B
YAML
Raw Normal View History

- name: enable and restart containers
systemd:
name: systemd-nspawn@{{ contname }}{{ "%02d" | format(item|int) }}.service
state: restarted
2022-06-11 12:42:02 +02:00
enabled: true
loop: "{{ containers }}"
listen: enable and restart containers