ansible-aix / ansible-power-aix

Developer contributions for Ansible Automation on Power
GNU General Public License v3.0
3 stars 1 forks source link

nim_viosupgrade module #83

Open robinvy opened 3 years ago

robinvy commented 3 years ago

This module uses the viosupgradeios command on the NIM master. The viosupgrade endpoint module is part of ibm.power-vios.

Should we wait for upgrade completion (loop of query) in the module or does a query loop in the playbook (provided in example) is fine? Should it be an option (wait_for_completion, bool, default=False)?