Skip to content
This repository was archived by the owner on Nov 14, 2021. It is now read-only.

Fix YAML to use var value instead of var name #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kyptin
Copy link

@kyptin kyptin commented Jun 7, 2017

Before this change, I got errors on these tasks because it was using the
variable name instead of the variable value. For example, on the "Ensure
language packages are installed" task, I got an error that apt
could not find the locale_language_packs package. But it should have
been looking for the contents of the variable, e.g. language-pack-en
and language-pack-en-base.

Before this change, I got errors on these tasks because it was using the
variable name instead of the variable value. For example, on the "Ensure
language packages are installed" task, I got an error that apt
could not find the `locale_language_packs` package. But it should have
been looking for the _contents_ of the variable, e.g. `language-pack-en`
and `language-pack-en-base`.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant