Sha256: c8ffd331aae4780da037f97c67e8e5d8566151af4499a3b3e27d3b98424730e4
Contents?: true
Size: 461 Bytes
Versions: 16
Compression:
Stored size: 461 Bytes
Contents
--- ## # Detect the type of `bundle_root` - gemspec or gemfile ## - when: bundle_root_path_facts is not defined name: >- Get QB path facts for the bundle root at `{{ bundle_root }}` path_facts: path: >- {{ bundle_root }} register: bundle_root_path_facts - name: >- Set bundle_root_type based on `bundle_root_path_facts` set_fact: bundle_root_type: >- {{ ('gem' in bundle_root_path_facts) | ternary('gemspec', 'gemfile') }}
Version data entries
16 entries across 16 versions & 1 rubygems