Re: [ansible-project] [gluster_volume] Can't set options for a gluster volume

2016-03-19 Thread Brian Coca
You are mixing YAML and key=val notations, that does not work. gluster_volume: state: present name: hosted_engine options: group: virt -- Brian Coca -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from

[ansible-project] [gluster_volume] Can't set options for a gluster volume

2016-03-19 Thread royal . forest . dept
Hi, I'm trying to set an option for a gluster volume with this task: - name: Include hosted_engine volume in virt group gluster_volume: state=present name=hosted_engine options='{group: virt}' run_once: true The format is from the 2nd example of gluster_volume module