Skip to content

Commit

Permalink
another attempt to integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yurnov committed Nov 21, 2024
1 parent 749cad0 commit ad60093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/targets/lookup_kustomize/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
- name: Replace label in kustomization.yaml
# Replace the 'app: hello' with 'app: ${TEST_APP}'
ansible.builtin.replace:
path: "{{ _tmp_dir_kustomize.path }}kustomization.yaml"
path: "{{ _tmp_dir_kustomize.path }}/kustomization.yaml"
regexp: 'app: hello'
replace: 'app: ${TEST_APP}'

Expand Down

0 comments on commit ad60093

Please sign in to comment.