It seems this was indeed a bug: https://github.com/ansible/ansible-modules-extras/issues/50
But is was closed as fixed on the 6th of november. So I will need to wait until this bit: https://github.com/ansible/ansible-modules-extras/commit/664858ec20630a65bbdedbe52b79bd4e61f6ceec Finds it's way to 1.8.3 or something? On Tuesday, January 20, 2015 at 1:06:19 PM UTC+1, Mark Maas wrote: > > Hi List, > > I’m trying to create an lvg using the lvg ansible module like so: > > - name: Maak een vg-tc > lvg: vg=vg.osddata.raven pvs=/dev/xvdb,/dev/xvdc state=present > > But I’m getting this error back: > > failed: [10.220.225.96] => {"err": " Device /dev/xvdb /dev/xvdc not found > (or ignored by filtering).\n Unable to add physical volume '/dev/xvdb > /dev/xvdc' to volume group 'vg.osddata.raven'.\n", "failed": true, "rc": 5} > > It seems like it’s looking for a device called ‘/dev/xvdb /dev/xvdc’ > instead of two separate devices. > > I used the example from: > http://docs.ansible.com/lvg_module.html > > Am I calling it wrong or is this a bug? > > Thanks, > Mark > > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/1ba35497-e4fd-4608-8773-63d3a33b015c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
