--- - name: Create pinall.sh ansible.builtin.copy: src: pinall.sh dest: /usr/local/bin/pinall.sh remote_src: false mode: "0755"