--- - name: install on ubuntu ansible.builtin.include_role: name: geerlingguy.glusterfs when: ansible_architecture != 'armv7l' - include_tasks: install.yaml when: ansible_architecture == 'armv7l' - include_tasks: manage_volumes.yml #- include_tasks: prometheus_exporter.yml