Sha256: 78f51e06985ae0afcea5b5ad84d68dde3aa17efae64a189c69d8a86eb8baeae2
Contents?: true
Size: 1.05 KB
Versions: 6
Compression:
Stored size: 1.05 KB
Contents
--- ############################################################################## # QB metadata for `qb/ruby/gem/build` role # # qb settings for this role. see README.md for more info. # ############################################################################## # description of the role to show in it's help output. description: Build an installable `.gem` file from a source directory. # Gemspec-style requirements. Right now only `gems:qb` is used, but plan to # generalize in the future. requirements: gems: qb: '>= 0.3.0' # prefix for role variables var_prefix: gem_build # Closest gemspec climbing down tree from working dir default_dir: find_up: '*.gemspec' # Have QB ensure DIRECTORY exists before starting the play. mkdir: false # default user to become for play default_user: null # set to false to not save options in .qb-options.yml files save_options: false # options to pass to ansible-playbook ansible_options: {} options: - name: dest description: Destination directory for the `.gem` file required: false type: path short: d
Version data entries
6 entries across 6 versions & 1 rubygems