Skip to content

Commit

Permalink
buildbot: worker needs its info directory
Browse files Browse the repository at this point in the history
  • Loading branch information
pktpls committed Oct 23, 2024
1 parent ba269f0 commit 4981106
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions roles/buildbot_worker/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@
- name: Flush handlers
meta: flush_handlers

- name: Add worker info directory
file:
path: "{{ bbworker_path }}info"
state: directory
mode: "0755"

- name: Add workers admin-info
template:
dest: "{{ bbworker_path }}info/admin"
Expand Down

0 comments on commit 4981106

Please sign in to comment.