--- - name: Configure Roundcube config.inc.php ansible.builtin.template: src: config/config.inc.php.j2 dest: "{{ roundcube_base_dir }}/roundcubemail-{{ roundcube_version }}/config/config.inc.php" mode: '640' owner: "{{ roundcube_user }}" - name: Remove Roundcube Installer Dir ansible.builtin.file: dest: "{{ roundcube_base_dir }}/roundcubemail-{{ roundcube_version }}/installer/" state: absent