Add python-jmespath
for the json_filter functionality provied by ansible
This commit is contained in:
		| @@ -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" | ||||
|   | ||||
| @@ -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" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user