Skip to content

Commit d861090

Browse files
Add delegate_to localhost for test_stage_unstable_flag cleanup
Match mark_test_stage_unstable.yml so the flag is always removed on the Ansible control node even if ocp_testing pre_tasks run in a remote context. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 1bd2d65 commit d861090

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

playbooks/ocp_testing.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
ansible.builtin.file:
1515
path: "{{ test_stage_unstable_flag }}"
1616
state: absent
17+
delegate_to: localhost
1718

1819
- name: Update ocp_deployment_topology with overrides if defined
1920
# Apply ocp_deployment_topology_override on top of the base topology

0 commit comments

Comments
 (0)