--- - name: Stop legacy networking.service ansible.builtin.systemd_service: name: networking enabled: false state: stopped ignore_errors: true