Skip to content

Commit 0ae5673

Browse files
authored
Merge pull request #393 from Normo/deprecated-yaml-plugin
Replace deprecated community.general.yaml
2 parents 030c1ab + 6d27dc5 commit 0ae5673

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

molecule/gitlab/molecule.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ provisioner:
2020
name: "ansible"
2121
config_options:
2222
defaults:
23-
stdout_callback: "yaml"
23+
result_format: "yaml"
2424
playbooks:
2525
prepare: "prepare.yml"
2626
check: "converge.yml"

molecule/keepalived/molecule.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ provisioner:
2121
name: "ansible"
2222
config_options:
2323
defaults:
24-
stdout_callback: "yaml"
24+
result_format: "yaml"
2525
playbooks:
2626
prepare: "prepare.yml"
2727
check: "converge.yml"

molecule/redis/molecule.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ provisioner:
2020
name: "ansible"
2121
config_options:
2222
defaults:
23-
stdout_callback: "yaml"
23+
result_format: "yaml"
2424
playbooks:
2525
prepare: "prepare.yml"
2626
converge: "converge.yml"

0 commit comments

Comments
 (0)