- name: ensure systemd-resolved starts at boot service: name: systemd-resolved enabled: true tags: - service - name: ensure systemd-resolved is running service: name: systemd-resolved state: started tags: - service - name: ensure resolv.conf symlink is set file: path: /etc/resolv.conf src: '{{ resolv_conf_symlink }}' force: true state: link tags: - resolvconf