- name: fetch umap repository git: repo: https://xgitlab.cels.anl.gov/argo/umap.git dest: /argo/umap.git update: yes - name: create build directory file: state: directory path: /argo/umap.git/build - name: compile umap shell: cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release && make && make install args: chdir: /argo/umap.git/build