Add python-jmespath

for the json_filter functionality provied by ansible
This commit is contained in:
Alexander Grothe 2018-08-10 10:52:10 +02:00
parent 8a91c4f7cd
commit 4c6c77ccc5
2 changed files with 2 additions and 2 deletions

View File

@ -150,7 +150,7 @@ apt-get -y install software-properties-common
# update packages
apt-get update
# install required packages
apt-get -y install --no-install-recommends ansible
apt-get -y install --no-install-recommends ansible python-jmespath
# TODO: run ansible on local host
ansible-playbook yavdr07.yml -b -i 'localhost_inventory' --connection=local --tags="all" --extra-vars "first_run=True"

View File

@ -8,7 +8,7 @@ apt-get -y install software-properties-common
# update packages
apt-get update
# install required packages
apt-get -y install --no-install-recommends ansible
apt-get -y install --no-install-recommends ansible python-jmespath
# TODO: run ansible on local host
ansible-playbook yavdr07.yml -b -i 'localhost_inventory' --connection=local --tags="all" --extra-vars "first_run=True"