marshallford / terraform-provider-ansible

Run Ansible playbooks using Terraform.
https://registry.terraform.io/providers/marshallford/ansible
MIT License
3 stars 0 forks source link

adds known_hosts attribute to both datasource and resource #53

Closed marshallford closed 3 months ago

marshallford commented 3 months ago

Related links:

  1. https://github.com/ansible/ansible-navigator/issues/1753
  2. https://github.com/ansible/ansible-runner/blob/b965f9cac3bd2314a0b60924403b0265b11f664b/src/ansible_runner/config/_base.py#L325

Closes #32.