Skip to content

Commit

Permalink
Change the target owner of the figure_scripts dir to be omero-server
Browse files Browse the repository at this point in the history
  • Loading branch information
pwalczysko committed Dec 16, 2024
1 parent 6420c44 commit df64a51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion playbooks/ome-demoserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,8 @@
state: directory
mode: 0755
recurse: true
owner: root
owner: "omero-server"
group: "omero-server"

- name: Download the Figure_To_Pdf.py script
become: true
Expand Down

0 comments on commit df64a51

Please sign in to comment.