Skip to content

Commit

Permalink
set default repo owner to root
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed Nov 10, 2023
1 parent 45aa2ff commit 3e21537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/cvmfs_server_meta_info/tasks/repo_meta_info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
ansible.builtin.command:
cmd: "cvmfs_server update-repoinfo -f {{ tmp_json_file.path }} {{ this_cvmfs_repo.repository }}"
when: (current_repo_meta.stdout | checksum) != json_file_stat.stat.checksum
become_user: "{{ cvmfs_repo_owner }}"
become_user: "{{ cvmfs_repo_owner | default('root') }}"

- name: Remove temporary json file
ansible.builtin.file:
Expand Down

0 comments on commit 3e21537

Please sign in to comment.