Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ae51e commit 953f0e5Copy full SHA for 953f0e5
.kitchen.yml
@@ -60,7 +60,7 @@ platforms:
60
image: ubuntu:18.04
61
privileged: true
62
provision_command:
63
- - apt-get install -y -q ansible iproute2 python-jmespath
+ - apt-get update -q && apt-get install -y -q ansible iproute2 python-jmespath
64
use_sudo: false
65
volume:
66
- <%=ENV['ES_XPACK_LICENSE_FILE']%>:/tmp/license.json
0 commit comments