Sha256: 7c56a102bf161ad1b187d46beb2ae05a21927618d318433404fe78220b278584
Contents?: true
Size: 504 Bytes
Versions: 47
Compression:
Stored size: 504 Bytes
Contents
--- # symlink to src directory - when: install_force name: | remove destination {{ install_path }}/{{ install_name }} prior to linking. file: path: >- {{ install_path }}/{{ install_name }} state: absent - 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
47 entries across 47 versions & 1 rubygems