--- - name: Install icecast2 ansible.builtin.package: name: icecast2 state: present - name: Configuration file ansible.builtin.template: src: icecast.xml.j2 dest: /etc/icecast2/icecast.xml mode: 0644 notify: - Restart icecast2