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
Hi,
I'm trying to use the role, and it seems there are some problems with the variables. I want to use a version defined in the all vars, like thus:
weed: version: '2.99'
But it's not taken into account, the only way is to put :
input: version: '2.99'
I've also tried the weed_version, but it's not working either.
It seems the problem come from this line:
ansible-role-seaweedfs/tasks/main.yml
Line 4 in eb773b2
Perhaps I'm missing something.
Thx for the role
The text was updated successfully, but these errors were encountered:
You need the a - in from of version and then it should work.
-
input: - version: '2.99' large_disk: false .... roles: - role: ansible-role-seaweedfs
Sorry, something went wrong.
No branches or pull requests
Hi,
I'm trying to use the role, and it seems there are some problems with the variables.
I want to use a version defined in the all vars, like thus:
But it's not taken into account, the only way is to put :
I've also tried the weed_version, but it's not working either.
It seems the problem come from this line:
ansible-role-seaweedfs/tasks/main.yml
Line 4 in eb773b2
Perhaps I'm missing something.
Thx for the role
The text was updated successfully, but these errors were encountered: