gluster / gluster-ansible-cluster

Ansible role to create and deploy a Gluster cluster.
GNU General Public License v3.0
40 stars 24 forks source link

Roles Names #19

Open aytuncbeken opened 5 years ago

aytuncbeken commented 5 years ago

Hi, In the example yml file the below line give error

roles:
  - gluster.volume

When I change this line to

roles:
  - gluster_volume

It works, becasue, I assume, the name of the role directory is "gluster_volume". Thanks.