Nosmoht / ansible-module-foreman

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

do not try to update compute_attributes and interfaces_attributes wit… #86

Closed tmmorin closed 5 years ago

tmmorin commented 5 years ago

…h host_update

Trying to update the interfaces with update_host deos not work (foreman complaining that primary and provision interfaces already exists, etc.) and the compute_attributes and interfaces_attributes are updated with a separate process later in the code.

So this change skips these attributes for host_upgrade.