Skip to content

Commit 479af19

Browse files
authored
Merge pull request #34298 from endurancetest20380119/patch-1
Add the Ansible configuration file path.
2 parents e47718d + 607dd6c commit 479af19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ansible/ansible-manage-azure-dynamic-inventories.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Starting with Ansible 2.8, Ansible provides an [Azure dynamic-inventory plug-in]
150150
Failed to connect to the host via ssh: Host key verification failed.
151151
```
152152
153-
If you do receive the "host-key verification" error, add the following line to the Ansible configuration file. The Ansible configuration file is located at `/etc/ansible/ansible.cfg`.
153+
If you do receive the "host-key verification" error, add the following line to the Ansible configuration file. The Ansible configuration file is located at `/etc/ansible/ansible.cfg` or `~/.ansible.cfg`.
154154
155155
```bash
156156
host_key_checking = False

0 commit comments

Comments
 (0)