ansible-generator/tests/ansible-role-default/generate_config_no_pre_comm...

27 lines
742 B
YAML

---
# Do not generate pre-commit configuration file.
generate_install_pre_commit: no
# The rest of the files generated are enabled by default.
# generate_gitignore: yes
# generate_yamllint: yes
# generate_pre_commit: yes
# generate_readme: yes
# generate_ansible_lint: yes
# generate_tox: yes
# generate_github_settings: yes
# generate_license: yes
# generate_security: yes
# generate_molecule: yes
# generate_contributing: yes
# generate_github_action_molecule: yes
# generate_github_action_galaxy: yes
# generate_github_action_todo: yes
# generate_gitlab_ci: yes
# generate_requirements_txt: yes
# generate_requirements2png: yes
# generate_github_funding: yes
# generate_github_issue_template: yes
# generate_github_feature_template: yes