Daniel Brennand
Daniel Brennand
Hi @BytesGuy - I've made quite a few changes in my [fork](https://github.com/dbrennand/arm-base-boxes/tree/develop). * Tidying up README with dependencies needed and how to install them. * Adding usage instructions with working...
Hey @BytesGuy - Any thoughts on above? 🙂
Hi @hajowieland @BytesGuy @irfanjunaid I have a working version of Ubuntu 22.04.2 in my [fork](https://github.com/dbrennand/arm-base-boxes/tree/develop/ubuntu-server-22.04) 🙂
I just ran into this problem in a CI run for one of my roles: https://github.com/dbrennand/ansible-role-autorestic/actions/runs/9362630720/job/25771742820 The issue for me was because I modified the default molecule `test_sequence` in https://github.com/dbrennand/ansible-role-autorestic/commit/b652325f0d099852a3e6aa07279d2611ac1a998d...
@scriptingstudio @dfinke - Pushed a fix for this in https://github.com/dfinke/ImportExcel/compare/master...dbrennand:ImportExcel:fix/%231587 With this change the expected warning is now showing: ```PowerShell Import-Excel -Path "Issue.xlsx" -WorksheetName "Sheet1" -StartRow 3 WARNING: Worksheet 'Sheet1'...
> Thanks @dbrennand! I just created a branch to take a look. Were you able to take a look at the tests to see if there were any that tested...