소스 검색

`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
element-call-integration
Slavi Pantaleev 11 달 전
부모
커밋
2a6b746acd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      ansible.cfg

+ 1
- 1
ansible.cfg 파일 보기

@@ -1,6 +1,6 @@
[defaults]
retry_files_enabled = False
stdout_callback = yaml
result_format = yaml

[connection]
pipelining = True

불러오는 중...
취소
저장