Skip to content
This repository was archived by the owner on Jan 30, 2021. It is now read-only.

Convert True/False values in strict_host_key_checking #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

johnnoone
Copy link

This PR converts True/False values into yes/no for strict_host_key_checking, and fix the full yaml for playbooks.

For example

- ssh_config:
    user: vagrant
    host: example.com
    strict_host_key_checking: true

is equivalent to

- ssh_config: >
    user=vagrant
    host=example.com
    strict_host_key_checking=yes

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant