IBM / ansible-power-aix

Developer contributions for Ansible Automation on Power
https://ibm.github.io/ansible-power-aix/
GNU General Public License v3.0
81 stars 95 forks source link

Typo in nim_alt_disk_migration/tasks/add_alt_disk_install_fileset.yml #561

Closed psmora closed 3 months ago

psmora commented 3 months ago

Typo in nim_alt_disk_migration/tasks/add_alt_disk_install_fileset.yml

In line 10/11 the spot resource variable should be {{ nim_alt_disk_migration_spot }} instead of {{ spot }}

To Reproduce IF a SPOT resource is specified AND the 'alt_disk_install' fileset is not installed in spot, when it tries to install that filesets it would error out saying spot not defined.

Expected behavior If the spot variable is correctly specified, it would proceed with installing the fileset.

Screenshots If applicable, add screenshots to help explain your problem.

image

nitismis commented 3 months ago

Have merged the PR. Closing the issue.