You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
This commit introduces a variable
consul_os_repo_prerequisites
intasks/install_linux_repo.yml
, however the variable name invars/(Amazon|Debian|RedHat).yml
is namedconsul_repo_prerequisites
(if that is the correct variable, otherwise there is none), causing ansible to abort in theInstall OS packages
-task with aconsul_os_repo_prerequisites is undefined
-error.The text was updated successfully, but these errors were encountered: