# https://surfer-project.org/ - name: create Surfer direcotry file: path: /opt/surfer state: directory - name: Download and unpack Surfer unarchive: src: https://gitlab.com/api/v4/projects/42073614/jobs/artifacts/main/raw/surfer_linux.zip?job=linux_build dest: /opt/surfer remote_src: yes - name: Add symlink to /usr/local/bin file: src: /opt/surfer/surfer path: /usr/local/bin/surfer state: link