Replace line with regexp

+1
remote-logging-setup.yml
···
- name: Set log forwarding on FreeBSD
ansible.builtin.lineinfile:
path: /etc/syslog.conf
+
regexp: '^\*\.\*'
line: "*.* @{{ctrl_headnet_ip_addr.stdout}}"
owner: root
group: wheel