This change makes the role properly idempotent by removing a call to the `ansible.builtin.file` module and using the capabilities of the `ansible.builtin.blockinfile` module to create the destination file if it does not already exist.
This change makes the role properly idempotent by removing a call to the `ansible.builtin.file` module and using the capabilities of the `ansible.builtin.blockinfile` module to create the destination file if it does not already exist.