--- # Title: ICH BIN EIN FINK, DU BIST EIN ZEISIG - hosts: "{{ runtime_hosts | default('CHANGEME') }}" become: true vars: binfiles: - files/udo tasks: - name: Copy essential binaries(tm) to {{ inventory_hostname }} copy: #src: "{{item.file}}" src: "files/udo" dest: "/usr/local/bin/udo" mode: 0755 #loop: "{{vars.binfiles}}"