Nosmoht / ansible-module-foreman

Ansible module to manage configuration of Foreman
49 stars 32 forks source link

Properly pass vm_attributes #23

Closed agx closed 8 years ago

agx commented 8 years ago

python-foreman wraps the vm_attributes in

{ 'vm_attrs': data }

so don't do it here since we don't correctly update the attributes otherwise.