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 was wondering if theres any version limitations (CLI version and/or DC/OS version) on this ansible scripts?
I was trying to use this on:
Allans-MBP:ansible-dcos-module pogz$ dcos --version dcoscli.version=1.1.2 dcos.version=1.11.10 dcos.variant= dcos.commit=07200c92180d5749ed3f6bcbb0b69846a7cb1a6b dcos.bootstrap-id=509fea654b6d31e9613586500d74f29259f14d75
but it miserably fails at:
TASK [Ensure Edge-LB is installed] ************************************************************************************************************************************************ fatal: [localhost]: FAILED! => {"changed": false, "msg": "Failed to install package: Command '['dcos', 'package', 'install', 'edgelb', '--yes', '--package-version', 'v1.5.0', '--options', '/var/folders/c9/dbnkv8996hn5w2dczk1d4xwr0000gn/T/tmps44pgj99']' returned non-zero exit status 1."} PLAY RECAP ************************************************************************************************************************************************************************ localhost : ok=6 changed=0 unreachable=0 failed=1 skipped=3 rescued=0 ignored=0
Im wondering if theres a minimum required version for DC/OS?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I was wondering if theres any version limitations (CLI version and/or DC/OS version) on this ansible scripts?
I was trying to use this on:
but it miserably fails at:
Im wondering if theres a minimum required version for DC/OS?
The text was updated successfully, but these errors were encountered: