39d1f38c39
Added a note to the operations guide and a release note for the issue Change-Id: I8cc3d8b3c46de5e99fd5e2aa03a44be36efe28ba Closes-Bug: #1669125
10 lines
403 B
YAML
10 lines
403 B
YAML
---
|
|
issues:
|
|
- |
|
|
There is currently an Ansible bug in regards to ``HOSTNAME``. If
|
|
the host ``.bashrc`` holds a var named ``HOSTNAME``, the container where the
|
|
``lxc_container`` module attaches will inherit this var and potentially
|
|
set the wrong ``$HOSTNAME``. See
|
|
`the Ansible fix <https://github.com/ansible/ansible/pull/22246>`_ which will be released
|
|
in Ansible version 2.3.
|