- block: - include_tasks: 01_core.yml - include_tasks: utils/run_once.yml when: run_once_sys_systemctl is not defined - name: "Execute service routines for '{{ systemctl_id }}'" block: - name: "Load base routine for '{{ systemctl_id }}'" include_tasks: 03_base.yml - include_tasks: utils/run_once.yml vars: # Necessary to flush after every service which uses an 'systemctl_id' otherwise wrong one will be used flush_handlers: true when: systemctl_id is defined