Describe the solution you'd like
Hello, I have been using the role idrac_os_deployment to do some fresh installs. The control node in my case is a mac and there's no isohybrid and implantisomd5 for it.
I have successfully skipped those and the install of course completed without any issues.
Describe alternatives you've considered
I looked for alternate libraries to achieve the task but nothing really came up.
Additional context
Using mac to provision OSs may not the best way and I'm using this strictly for development purposes so I think ignoring tasks is safe.
I'm happy to provide a PR. In my case I added some default variables to in the main var file
e.g
Please vote on this issue by adding a 👍 reaction
to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions,
they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Describe the solution you'd like Hello, I have been using the role
idrac_os_deployment
to do some fresh installs. The control node in my case is a mac and there's noisohybrid
andimplantisomd5
for it.I have successfully skipped those and the install of course completed without any issues.
Describe alternatives you've considered I looked for alternate libraries to achieve the task but nothing really came up.
Additional context Using mac to provision OSs may not the best way and I'm using this strictly for development purposes so I think ignoring tasks is safe.
I'm happy to provide a PR. In my case I added some default variables to in the main var file e.g
But maybe using
os_family
in thewhen
clause could be a nice way too.Community Note