MNAIO: Install jmespath

To allow us to use the json_query filter, we ensure that
the jmespath distro package is installed onto the host.

Change-Id: Icb9053fd3a7486030f4336130fe6ad503852b07a
This commit is contained in:
Jesse Pretorius 2018-08-15 19:40:44 +01:00
parent 993bac94f5
commit b5e9a6c24c

View File

@ -40,6 +40,7 @@ mnaio_host_distro_packages:
- openssh-server
- python2.7
- python-lxml
- python-jmespath
- qemu-kvm
- qemu-utils
- software-properties-common