Sha256: 00af76c49ce38b12a85e717e76f028da915b11d144f208356a1233f28b085e3c
Contents?: true
Size: 557 Bytes
Versions: 16
Compression:
Stored size: 557 Bytes
Contents
--- # tasks file for qb/ruby/gem/bin_stubs # Figure out where they gonna go... - name: >- Set destination directory variable `bin_stub_dir`. set_fact: bin_stub_dir: >- {{ item }} with_first_found: - "{{ gem_root | path_join( 'dev', 'bin' ) }}" - "{{ gem_root | path_join( 'bin' ) }}" - name: >- Render templates to `{{ bin_stub_dir }}`. with_items: - console - rake - rspec template: src: >- {{ item }} dest: >- {{ bin_stub_dir | path_join( item ) }} mode: 0755 force: >- {{ force }}
Version data entries
16 entries across 16 versions & 1 rubygems