--- # Download the SDP tarball and the p4/p4broker/p4d binaries, unpacking the SDP # into the configured volume. The shared includes are reused by update.yml. - name: "Download and unpack the SDP tarball" ansible.builtin.include_tasks: "common/fetch_sdp.yml" - name: "Download Perforce binaries into the SDP tree" ansible.builtin.include_tasks: "common/fetch_binaries.yml" vars: p4_bin_dest: "/{{ perforce_sdp_volume }}/sdp/Server/Unix/p4/common/bin"