gardar
gardar
I'm not absolutely certain where it would be best to place the exclusion list, I don't think that it would fit in any of the ansible meta files. So I...
> It seems like older versions of Ansible fail on some of the newer platforms. Yep, I was thinking about adding exclusions to the matrix to skip them. With that...
Yep! Had to do a few changes as you can see haha. But basically, now we can define excluded Ansible versions in `.config/molecule/config.yml` Also I was able to merge the...
Hello. You need to install `unzip` and `zipinfo` Look at the docs for the `unarchive` module for further info: https://docs.ansible.com/ansible/latest/collections/ansible/builtin/unarchive_module.html#notes
> @gardar it is not allowed to create homes in `/` > > https://github.com/prometheus-community/ansible/blob/4670e4ad23a081c75fe101ca68fc1f132d9b390e/roles/_common/tasks/install.yml#L40 > . If a role goes for the default, it fails. > > I do not...
The CI issues should be fixed now #440
> Thanks! Just wanted to double check if any other action is needed before merging. No sorry, I just needed to fix up the CI config a bit for the...
@SuperQ yeah, I added a fix for it here: https://github.com/prometheus-community/ansible/pull/395/commits/d4d59770aa586ffe95bd9d5f251348e8945178f5
@manzsolutions-lpr there is a upcoming fix for the failing tests in #395