We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c54c3d commit 8dd35f7Copy full SHA for 8dd35f7
ansible/collections/ansible_collections/nhsd/apigee/roles/deploy_manifest/tasks/main.yml
@@ -57,7 +57,7 @@
57
when: item.name | regex_search('^' + SERVICE_NAME + '-' + PULL_REQUEST | default(APIGEE_ENVIRONMENT))
58
59
- name: copy spec to s3
60
- command: python3 {{ base_dir }}/scripts/copy_spec_to_s3.py
+ command: python3 {{ playbook_dir }}/scripts/copy_spec_to_s3.py
61
62
# - name: deploy apigee specs
63
# nhsd.apigee.deploy_spec:
0 commit comments