Skip to content

Commit

Permalink
add space
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed Oct 10, 2023
1 parent c3f965a commit ab8b65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/cvmfs_server_meta_info/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
description: "{{ item.description | default(omit) }}"
recommended-stratum0: "http://{{ item.stratum0 }}/cvmfs/{{ item.repository }}"
recommended-stratum1s: "{{ eessi_cvmfs_server_urls | selectattr('domain', 'in', item.repository) |
map(attribute='urls') | map('regex_replace', '@fqrn@', item.repository)}}"
map(attribute='urls') | map('regex_replace', '@fqrn@', item.repository) }}"
with_items: "{{ eessi_cvmfs_repositories }}"
when: "'cvmfsstratum0servers' in group_names or cvmfs_role == 'stratum0'"
...

0 comments on commit ab8b65d

Please sign in to comment.