Skip to content

Commit

Permalink
Merge branch 'hotfix-2.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
coglinev3 committed Dec 15, 2019
2 parents 09c56ab + be2f3e3 commit 85147b4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Release 2.2.1

* Set hostmanager.manage_host back to false by default to avoid problems on
Windows systems (see https://ansible-development.readthedocs.io/en/master/vagrantfile/#configure-the-hostmanager-plugin).

# Release 2.2.0

* Added CentOS 8
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ playbooks and roles.

## Version

Release: 2.2.0
Release: 2.2.1


## License
Expand Down
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Vagrant.configure(2) do |config|

# configure the hostmanager plugin
config.hostmanager.enabled = false
config.hostmanager.manage_host = true
config.hostmanager.manage_host = false
config.hostmanager.manage_guest = true
config.hostmanager.ignore_private_ip = false
config.hostmanager.include_offline = true
Expand Down

0 comments on commit 85147b4

Please sign in to comment.