33b0f4d44e39717bf8cf65d83fb0411e0f7f0892 introduces undefined variable consul_os_repo_prerequisites
github-abcde opened this issue · 0 comments
github-abcde commented
This commit introduces a variable consul_os_repo_prerequisites
in tasks/install_linux_repo.yml
, however the variable name in vars/(Amazon|Debian|RedHat).yml
is named consul_repo_prerequisites
(if that is the correct variable, otherwise there is none), causing ansible to abort in the Install OS packages
-task with a consul_os_repo_prerequisites is undefined
-error.