Skip to content

Commit

Permalink
fix task playbook refs
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Oct 4, 2023
1 parent 99f569e commit 277ff2a
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion tests/tests/tasks/create-and-register-task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
- name: "{{ testname }} - environmentByOSProjectNameApiResponse"
debug:
msg: "api response: {{ environmentByOSProjectNameApiResponse.json.data.environmentByOpenshiftProjectName.id }}"
- ansible.builtin.import_playbook: ./post-api-register-task-command.yaml
- ansible.builtin.include_tasks: ./post-api-register-task-command.yaml
- name: "{{ testname }} - DEBUG taskCreateApiResponse"
debug:
msg: "api response: {{ taskCreateApiResponse }}"
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/tasks/create-register-and-test-image-task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
- name: "{{ testname }} - environmentByOSProjectNameApiResponse"
debug:
msg: "api response: {{ environmentByOSProjectNameApiResponse.json.data.environmentByOpenshiftProjectName.id }}"
- ansible.builtin.import_playbook: ./post-api-register-task.yaml
- ansible.builtin.include_tasks: ./post-api-register-task.yaml
- name: "{{ testname }} - DEBUG taskCreateApiResponse"
debug:
msg: "api response: {{ taskCreateApiResponse }}"
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/tasks/post-api-register-task-command.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
- debug:
msg: "Failed to connect - Retrying..."

- include_tasks: ./post-api-register-task-command.yaml
- ansible.builtin.include_tasks: ./post-api-register-task-command.yaml
2 changes: 1 addition & 1 deletion tests/tests/tasks/post-api-register-task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
- debug:
msg: "Failed to connect - Retrying..."

- include_tasks: ./post-api-register-task.yaml
- ansible.builtin.include_tasks: ./post-api-register-task.yaml
4 changes: 2 additions & 2 deletions tests/tests/workflows/create-and-register-task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
- name: "{{ testname }} - environmentByOSProjectNameApiResponse"
debug:
msg: "api response: {{ environmentByOSProjectNameApiResponse }}"
- ansible.builtin.import_playbook: ./post-api-register-task-command.yaml
- ansible.builtin.include_tasks: ./post-api-register-task-command.yaml
- name: "{{ testname }} - DEBUG taskCreateApiResponse"
debug:
msg: "api response: {{ taskCreateApiResponse }}"
Expand All @@ -40,7 +40,7 @@
- name: "{{ testname }} - projectByNameResponse"
debug:
msg: "api response: {{ projectByNameResponse.json.data.projectByName.id }}"
- ansible.builtin.import_playbook: ./post-api-register-workflow.yaml
- ansible.builtin.include_tasks: ./post-api-register-workflow.yaml
- name: "{{ testname }} - DEBUG taskCreateApiResponse"
debug:
msg: "api response: {{ taskCreateApiResponse }}"
2 changes: 1 addition & 1 deletion tests/tests/workflows/post-api-delete-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
- debug:
msg: "Failed to connect - Retrying..."

- include_tasks: ./post-api-delete-workflow.yaml
- ansible.builtin.include_tasks: ./post-api-delete-workflow.yaml
2 changes: 1 addition & 1 deletion tests/tests/workflows/post-api-register-task-command.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
- debug:
msg: "Failed to connect - Retrying..."

- include_tasks: ./post-api-register-task-command.yaml
- ansible.builtin.include_tasks: ./post-api-register-task-command.yaml
2 changes: 1 addition & 1 deletion tests/tests/workflows/post-api-register-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
- debug:
msg: "Failed to connect - Retrying..."

- include_tasks: ./post-api-register-workflow.yaml
- ansible.builtin.include_tasks: ./post-api-register-workflow.yaml

0 comments on commit 277ff2a

Please sign in to comment.