bifrost/releasenotes/notes/install-SUDO_USER-fix-2bf577269008587f.yaml
Julia Kreger d29a371e4a Provide fallback variable if sudo is not used
install.yaml only previously only supported reading the
user that was executing sudo, although no fallback was provided.

If the value is not defined, we should fallback.

Change-Id: I2ddfe2ff7ff13ed53bd9a2838ea2108afe89dc88
Closes-Bug: #1679711
2017-04-04 14:27:37 +00:00

7 lines
206 B
YAML

---
fixes:
- |
Corrects an issue where execution of ``install.yaml`` would return
an error indicating ``SUDO_USER`` was not found, by providing a fallback
to the ``ansible_user_id`` variable.