--- - name: git create symbolic links file: state: link src: '{{item.src}}' dest: '{{item.dest}}' with_items: - src: ~/.config/git/_git-changes dest: ~/.local/share/zsh/site-functions/_git-changes - src: ~/.config/git/git-sync dest: ~/.local/bin/git-sync