Skip to content

Commit c989b76

Browse files
authored
Removed deprecated callback
Signed-off-by: Bas <[email protected]>
1 parent 583e6f5 commit c989b76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: ansible.cfg

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ inventory = inventory/local/hosts
1414
host_key_checking = False
1515

1616
; Logging output in a more readable form.
17-
stdout_callback = yaml
17+
display_skipped_hosts = False
18+
callback_result_format = yaml
1819

1920
[ssh_connection]
2021
;ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o UserKnownHostsFile=/dev/null -o IdentitiesOnly=yes

0 commit comments

Comments
 (0)