
When executing the role with Ansible 2.1, the following deprecation warning is issued in the output for some tasks. [DEPRECATION WARNING]: Using bare variables is deprecated. This patch addresses the tasks to fix the behaviour appropriately. Change-Id: I5d883f4fa4388ec24f1da22d42b2c6d028d9ce94
6 lines
212 B
YAML
6 lines
212 B
YAML
---
|
|
deprecations:
|
|
- The ``openstack_host_apt_packages`` variable has been deprecated.
|
|
``openstack_host_packages`` should be used instead to override
|
|
packages required to install on all OpenStack hosts.
|