Skip to content

Commit

Permalink
Updating hosts so that the task runs on both controller and primary n…
Browse files Browse the repository at this point in the history
…odes
  • Loading branch information
frenzyfriday committed Dec 18, 2023
1 parent 937612a commit 3a21f0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/playbooks/dump_zuul_data.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
- name: "Run ci/playbooks/dump_zuul_data.yml"
hosts: controller
hosts: controller, primary
gather_facts: true
tasks:
- name: Create zuul-output directory
Expand Down
2 changes: 1 addition & 1 deletion ci/playbooks/e2e-prepare.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
- name: "Run ci/playbooks/e2e-prepare.yml"
hosts: controller
hosts: controller, primary
gather_facts: true
tasks:
- name: Clone repos in the job workspace
Expand Down

0 comments on commit 3a21f0a

Please sign in to comment.