You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
303 B
YAML
8 lines
303 B
YAML
mergerfs_prerequisites:
|
|
- fuse
|
|
mergerfs_dist: "{{ 'fc' if ansible_distribution == 'Fedora' else 'el' }}{{ ansible_distribution_major_version\
|
|
\ }}"
|
|
mergerfs_arch: '{{ ansible_userspace_architecture }}'
|
|
mergerfs_pkg_prefix: mergerfs-
|
|
mergerfs_pkg_suffix: -1.{{ mergerfs_dist }}.{{ mergerfs_arch }}.rpm
|