--- - name: patch must be installed ansible.builtin.apt: name: patch state: present - name: Patch ProFTPd config file ansible.posix.patch: remote_src: False src: ftp/evolinux.conf.diff dest: /etc/proftpd/conf.d/z-evolinux.conf