--- - name: install dependencies package: name: "{{ item }}" state: installed with_items: - git - python2 - name: copy package git: dest: /usr/local/src/opencollab repo: "https://github.com/graphingwiki/opencollab.git" - name: install package pip: name: /usr/local/src/opencollab umask: "0022" executable: pip2 extra_args: --no-index