[meta] update ubuntu-1804 during kitchen provisioning (#793)
This commit is contained in:
parent
25ae51e393
commit
953f0e5d73
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ platforms:
|
||||||
image: ubuntu:18.04
|
image: ubuntu:18.04
|
||||||
privileged: true
|
privileged: true
|
||||||
provision_command:
|
provision_command:
|
||||||
- apt-get install -y -q ansible iproute2 python-jmespath
|
- apt-get update -q && apt-get install -y -q ansible iproute2 python-jmespath
|
||||||
use_sudo: false
|
use_sudo: false
|
||||||
volume:
|
volume:
|
||||||
- <%=ENV['ES_XPACK_LICENSE_FILE']%>:/tmp/license.json
|
- <%=ENV['ES_XPACK_LICENSE_FILE']%>:/tmp/license.json
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue