Skip to content

Commit

Permalink
update molecule config
Browse files Browse the repository at this point in the history
  • Loading branch information
vitabaks committed Dec 10, 2024
1 parent 31c2b77 commit d2c927c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .config/molecule/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ provisioner:
group_vars: ../../group_vars/
playbooks:
prepare: prepare.yml
connection_options:
ansible_ssh_common_args: "-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null"

Check failure on line 22 in .config/molecule/config.yml

View workflow job for this annotation

GitHub Actions / build

22:7 [indentation] wrong indentation: expected 4 but found 6
ansible_private_key_file: "/tmp/molecule_rsa"
ansible_user: "root"

scenario:
create_sequence:
Expand Down

0 comments on commit d2c927c

Please sign in to comment.