Sha256: 8692bf8b0b440a6b785f3dabcf5d9db79b0e3852335f701ecd9767846d013b06

Contents?: true

Size: 1.21 KB

Versions: 6

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

6 entries across 6 versions & 1 rubygems

Version Path
qb-0.4.5 roles/qb/git/check/clean/meta/qb.yml
qb-0.4.4 roles/qb/git/check/clean/meta/qb.yml
qb-0.4.3 roles/qb/git/check/clean/meta/qb.yml
qb-0.4.2 roles/qb/git/check/clean/meta/qb.yml
qb-0.4.1 roles/qb/git/check/clean/meta/qb.yml
qb-0.4.0 roles/qb/git/check/clean/meta/qb.yml