Select Git revision
-
nimrod authored
- Use a common pre-commit config snippet for Ansible projects. - Use a template for pre-commit GitLab CI job. - Address some issues raised now by pre-commit.
nimrod authored- Use a common pre-commit config snippet for Ansible projects. - Use a template for pre-commit GitLab CI job. - Address some issues raised now by pre-commit.
ansible.cfg 265 B
[defaults]
library = library
host_key_checking = False
retry_files_enabled = False
roles_path = .molecule/roles:.molecule/../roles:../:../../
command_warnings = True
deprecation_warnings = True
callback_whitelist = profile_tasks
[ssh_connection]
pipelining = True