Ondrej Stefek

Results 3 comments of Ondrej Stefek

Ha, never thought that I would have to go into a container and install a package manually to solve a dependency for a software that is supposed to have it...

@mat-l, as **Snuupy** sugested, you need to run `apt update` and then install the package (`apt install`). However as **markuman** said, it's a workaround for a current container. It won't...

I do observe the same issue. The GitHub Action is working in version `v24.6.0` but it breaks in `v24.6.1`. Working version `v24.6.0`: ![image](https://github.com/ansible/ansible-lint/assets/60153717/bd4126e8-bf81-4297-8158-89478773d6d8) Stopped working in `v24.6.1`: ![image](https://github.com/ansible/ansible-lint/assets/60153717/06c8ee5b-c442-442a-9d2b-7332fc8e0c6f)