1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
--- - name: esmil - copy dotfiles copy: dest: '~esmil/.{{ item }}' src: 'esmil/{{ item }}' owner: esmil group: users mode: 0644 with_items: - bash_profile - bashrc - bashrc_root - gitconfig # vim: set ts=2 sw=2 et: