Sha256: c9021a97247e2f5e54d08e58a331166c308daa88518d9c5634c691b5b5d16bcd
Contents?: true
Size: 552 Bytes
Versions: 8
Compression:
Stored size: 552 Bytes
Contents
--- # tasks file for qb/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
8 entries across 8 versions & 1 rubygems