Tried it with this:

- name: Maak een vg-tc
  lvg: 
    vg: vg.osddata.raven
    pvs: /dev/xvdb,/dev/xvdc
    state: present

But still no go:

failed: [10.220.226.90] => {"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}
msg: Creating volume group 'vg.osddata.raven' failed

Thanks for looking btw!

On Tuesday, January 20, 2015 at 1:36:26 PM UTC+1, Brian Coca wrote:

there is current bug in = option parser, try this: 
> 1
> - name: Maak een vg-tc 
>   lvg: 
>    vg: vg.osddata.raven 
>    pvs: /dev/xvdb,/dev/xvdc 
>    state: present 
>
> -- 
> Brian Coca 
>
​

-- 
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/d8c769ed-10f1-4cdc-8990-faff24538814%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to