Skip to content

Commit 3f7c0e8

Browse files
committed
add jmespath
1 parent be3cf08 commit 3f7c0e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
terraform_version: "1.6.3"
2727
terraform_wrapper: false
2828
- run: python --version
29-
29+
3030
# pin ansible version to 2.15, there seems to be an issue related to debconf with 2.16, need to investigate
3131
- run: pipx install --force ansible-core==2.15.7
3232
- run: ansible-playbook --version
@@ -111,6 +111,7 @@ jobs:
111111
run: |
112112
pip install botocore
113113
pip install boto3
114+
pip install jmespath
114115
working-directory: terraform
115116

116117
# - name: Destroy the environment first

0 commit comments

Comments
 (0)