mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Fix typo in ansible.cfg
Fix incorrect path in `ansible.cfg` to use Vagrant-generated Ansible inventory file.
This commit is contained in:
parent
08f48aff4d
commit
e4002ed43e
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
[defaults]
|
||||
inventory = ./vagrant/provisioners/ansible/inventory/vagrant_ansible_inventory
|
||||
inventory = .vagrant/provisioners/ansible/inventory/vagrant_ansible_inventory
|
||||
private_key_file = ~/.vagrant.d/insecure_private_key
|
||||
remote_user = vagrant
|
||||
host_key_checking = False
|
||||
Loading…
Reference in a new issue