This website requires JavaScript.
Explore
Help
Sign In
mirror
/
matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
You've already forked matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced
2025-03-20 03:21:23 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
matrix-docker-ansible-deploy
/
ansible.cfg
7 lines
92 B
INI
Raw
Normal View
History
Unescape
Escape
Initial commit
2017-07-31 23:07:30 +03:00
[defaults]
retry_files_enabled
=
False
`stdout_callback = yaml` -> `result_format = yaml` Fixes: > [DEPRECATION WARNING]: community.general.yaml has been deprecated. The plugin has been superseded by the the option `result_format=yaml` in callback plugin ansible.builtin.default from ansible-core 2.13 onwards. This feature will be removed from community.general in version 13.0.0. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. Ref: - https://docs.ansible.com/ansible/latest/collections/community/general/yaml_callback.html - https://docs.ansible.com/ansible/latest/collections/ansible/builtin/default_callback.html#parameter-result_format
2025-03-15 08:08:41 +02:00
result_format
=
yaml
Move pipelining option to proper section
2019-09-01 01:59:41 +02:00
[connection]
Move pipelining option to ansible.cfg
2019-09-01 01:56:02 +02:00
pipelining
=
True
Reference in New Issue
Copy Permalink