Open aytuncbeken opened 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.
Hi, In the example yml file the below line give error
When I change this line to
It works, becasue, I assume, the name of the role directory is "gluster_volume". Thanks.