We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the Vagrant role, the task for RedHat references a variable redhat_packages, however the variable defined in the vars file is rhel_packages.
redhat_packages
rhel_packages
The variable name should be changed to be consistent in the task and the vars file.
The workaround for this issue is to set the expected variable to the one defined in the vars file:
- hosts: all tasks: - import_role: name: crivetimihai.virtualization.vagrant vars: redhat_packages: "{{ rhel_packages }}"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the Vagrant role, the task for RedHat references a variable
redhat_packages
, however the variable defined in the vars file isrhel_packages
.The variable name should be changed to be consistent in the task and the vars file.
The workaround for this issue is to set the expected variable to the one defined in the vars file:
The text was updated successfully, but these errors were encountered: