---
- name: Ensure GlusterFS is installed
  community.general.pacman:
    name: glusterfs
    state: present
    update_cache: true

- name: Run generic configuration tasks
  include_tasks: config-Linux.yml
