Sha256: ba4e852ed01ff12b3a7a1651269e4574098dbe971b182f8bc7635ec169f0a4f4
Contents?: true
Size: 1.2 KB
Versions: 10
Compression:
Stored size: 1.2 KB
Contents
--- ############################################################################## # QB metadata for `qb/ruby/yard/config` role. # # QB settings for this role. # # @see http://www.rubydoc.info/gems/qb/file/doc/qb_roles/metadata.md # ############################################################################## # Shown in help output, etc. description: >- TODO describe qb/ruby/yard/config role # Gemspec-style requirements. Right now only `.gems.qb` is used. requirements: gems: qb: ~> 0.3.0 # Prefix for role variables var_prefix: config # How to get a default for `DIRECTORY` arg if not provided by user. # # @see http://www.rubydoc.info/gems/qb/file/doc/qb_roles/metadata/default_dir.md # default_dir: - find_up: '*.gemspec' - find_up: Gemfile # If `true`, QB will ensure `DIRECTORY` exists before starting the play. mkdir: false # Default user to become for play default_user: null # Save options in `.qb-options.yml` files save_options: true # Options to pass to `ansible-playbook` ansible_options: {} # Role CLI options that become Ansible vars options: [] # - name: example # description: an example of a variable. # required: false # type: boolean # boolean (default) | string # short: e
Version data entries
10 entries across 10 versions & 1 rubygems