Skip to content

Commit

Permalink
only add the metadata for servers with at least one repo
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed Nov 9, 2023
1 parent b04dd46 commit cb4faee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/cvmfs_server_meta_info/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
group: root
mode: 0644
become: true
when: (cvmfs_repositories | length) > 0

- name: Create meta information for each CVMFS repository
ansible.builtin.include_tasks: repo_meta_info.yml
Expand Down

0 comments on commit cb4faee

Please sign in to comment.