mirror of https://github.com/ansible/ansible.git
* Use file_get_content() to read the file containing the host namepull/77140/head
parent
6a7009a84f
commit
d60efd9768
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- hostname - use ``file_get_content()`` to read the file containing the host name in the ``FileStrategy.get_permanent_hostname()`` method. This prevents a ``TypeError`` from being raised when the strategy is used (https://github.com/ansible/ansible/issues/77025).
|
Loading…
Reference in New Issue