ansible-config_template/releasenotes/notes/removed-vars-plugin-0f9fb96e8b2c430d.yaml
Kevin Carter c665f9f2a2
Remove the vars plugin as it's no longer used
This plugin is no longer used and conflicts with Ansible 2.4. Master
has recently moved to Ansible 2.4 and placed all of the group_vars back
into the inventory path. Being that the plugin is no longer required
and results in a runtime warning[0] it's being removed.

[0] - http://paste.openstack.org/show/628674/

Change-Id: If91214dd2d2a36da82e5433a3a4a36c3946cbf4e
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2017-12-12 22:09:29 -06:00

7 lines
291 B
YAML

---
other:
- The vars plugin ``override_folder.py`` has been removed. With the move to
Ansible 2.4 ["https://review.openstack.org/#/c/522778"] this plugin is no
longer required. The functionality this plugin provided has been replaced
with the native Ansible inventory plugin.