Sha256: c221d884ae74dcdc9c7ba15d03b8c9d128d439e1c1868288fbd437b55c8c4afc

Contents?: true

Size: 1.21 KB

Versions: 8

Compression:

Stored size: 1.21 KB

Contents

---
##############################################################################
# QB metadata for `qb/git/check/clean` 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: >-
  Fail if Git repo working directory isn't clean

# Gemspec-style requirements. Right now only `.gems.qb` is used.
requirements:
  gems:
    qb: ~> 0.3.0

# Prefix for role variables
var_prefix: git_check_clean

# 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: null # means use *must* provide `DIRECTORY` arg

# 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: false

# Options to pass to `ansible-playbook`
ansible_options: {}

# Role CLI options that become Ansible vars
options:
- name: ignore
  description: >-
    File glob patterns to ignore (allow to be dirty)
  required: false
  type: list
  short: i

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
qb-0.3.25 roles/qb/git/check/clean/meta/qb.yml
qb-0.3.24 roles/qb/git/check/clean/meta/qb.yml
qb-0.3.23 roles/qb/git/check/clean/meta/qb.yml
qb-0.3.22 roles/qb/git/check/clean/meta/qb.yml
qb-0.3.21 roles/qb/git/check/clean/meta/qb.yml
qb-0.3.20 roles/qb/git/check/clean/meta/qb.yml
qb-0.3.19 roles/qb/git/check/clean/meta/qb.yml
qb-0.3.18 roles/qb/git/check/clean/meta/qb.yml