--- - name: checkout dotfiles git: repo: "{{ dotfiles.repo }}" dest: "{{ desktop_src_dir }}/dotfiles" clone: yes update: yes - name: create bin dir file: path: ~/bin state: directory - name: install make: target: install chdir: "{{ desktop_src_dir }}/dotfiles"