Skip to content

Commit

Permalink
Remove prerun submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Mar 10, 2022
1 parent 631720a commit 9786710
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 623 deletions.
8 changes: 0 additions & 8 deletions src/ansiblelint/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,11 @@
CUSTOM_RULESDIR_ENVVAR = "ANSIBLE_LINT_CUSTOM_RULESDIR"

INVALID_CONFIG_RC = 2
ANSIBLE_FAILURE_RC = 3
ANSIBLE_MISSING_RC = 4
INVALID_PREREQUISITES_RC = 10
EXIT_CONTROL_C_RC = 130

# Minimal version of Ansible we support for runtime
ANSIBLE_MIN_VERSION = "2.12"

# Based on https://docs.ansible.com/ansible/latest/reference_appendices/config.html
ANSIBLE_DEFAULT_ROLES_PATH = (
"~/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles"
)

ANSIBLE_MOCKED_MODULE = """\
# This is a mocked Ansible module generated by ansible-lint
from ansible.module_utils.basic import AnsibleModule
Expand Down

0 comments on commit 9786710

Please sign in to comment.