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
When I ran this tool, I ran into multiple errors. In the end, I have
failed: [m1.train] (item=['docker-ce-17.12.1.ce', 'kubelet-1.9.7', 'kubeadm-1.9.7', 'kubectl-1.9.7']) => {"ansible_loop_var": "item", "changed": false, "item": ["docker-ce-17.12.1.ce", "kubelet-1.9.7", "kubeadm-1.9.7", "kubectl-1.9.7"], "msg": "No package matching 'docker-ce-17.12.1.ce' found available, installed or updated", "rc": 126, "results": ["No package matching 'docker-ce-17.12.1.ce' found available, installed or updated"]} failed: [s1.train] (item=['docker-ce-17.12.1.ce', 'kubelet-1.9.7', 'kubeadm-1.9.7', 'kubectl-1.9.7']) => {"ansible_loop_var": "item", "changed": false, "item": ["docker-ce-17.12.1.ce", "kubelet-1.9.7", "kubeadm-1.9.7", "kubectl-1.9.7"], "msg": "No package matching 'docker-ce-17.12.1.ce' found available, installed or updated", "rc": 126, "results": ["No package matching 'docker-ce-17.12.1.ce' found available, installed or updated"]}
But I have docker installed and there's no docker-ce avaliable on Amazon Linux 2 AMI
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I ran this tool, I ran into multiple errors. In the end, I have
But I have docker installed and there's no docker-ce avaliable on Amazon Linux 2 AMI
The text was updated successfully, but these errors were encountered: