Sha256: d920555bedae635e8103e361997413327073b205ee334f4b4c5244e9981d8f32
Contents?: true
Size: 491 Bytes
Versions: 33
Compression:
Stored size: 491 Bytes
Contents
--- # symlink to src directory - name: | remove destination {{ install_path }}/{{ install_name }} prior to linking. file: path: "{{ install_path }}/{{ install_name }}" state: absent when: "{{ install_force }}" - name: | symlink {{ install_path }}/{{ install_name }} to {{ install_src | realpath }} file: src: "{{ install_src | realpath }}" dest: "{{ install_path }}/{{ install_name }}" state: link
Version data entries
33 entries across 33 versions & 1 rubygems