Thomas Sjögren

Results 98 comments of Thomas Sjögren

`ansible [core 2.16.3]`: ```yaml --- - name: Testing hosts: localhost any_errors_fatal: true gather_facts: false tasks: - debug: msg: "Test" when: '"1.6-6" is version ("1.6.3-3", ">=")' ``` ```sh fatal: [127.0.0.1]: FAILED!...

just out of curiosity, is `1:6.7-1` an actual version? can you give some more real world examples when this doesn't work?

Depending if you're concerned about the epoch version (https://www.debian.org/doc/debian-policy/ch-controlfields.html#version), you can always do a comparison on that was well. ```yaml --- - name: Testing hosts: localhost any_errors_fatal: true gather_facts: false...

Out of curiosity, wouldn't it be advised to use `become_user` as well, in order not to trigger the permission issue?

Hi @eighthave, you basically got a PR all done already, want to submit one as well? :)

Sure thing, seems like an option that can come in handy.

I think we just passed 900 workdays :cake:

Thanks for the issue @BoBBer446, I removed the settings that hides the uri scheme