--- - name: restart patching services ansible.builtin.service: name: "{{ item }}" state: restarted loop: "{{ services_to_restart }}"