fix(ansible): use default stdout callback for ansible-core 2.21
Replaces removed community.general.yaml callback so bootstrap-ssh-ca runs cleanly.
This commit is contained in:
parent
c31d70b53f
commit
1cae8ea14e
1 changed files with 2 additions and 1 deletions
|
|
@ -4,5 +4,6 @@ roles_path = ./roles
|
|||
host_key_checking = False
|
||||
retry_files_enabled = False
|
||||
interpreter_python = auto
|
||||
stdout_callback = yaml
|
||||
stdout_callback = default
|
||||
result_format = yaml
|
||||
forks = 20
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue