Grzegorz Nowak

Results 12 comments of Grzegorz Nowak

@patrickjahns right so this is the one that I can confirm is passing with our playbook with and without check_mode

sure, this one is only to make it not fail terribly ootb. Let me look at your CI and molecules, because generally it's just a matter of running it with...

The first and most obvious test is pretty easy grab - just committed a proposal. I don't think it needs anything else really. What you think ?

@patrickjahns sorry the logging on the failing task is disabled, can you see what is it actually complaining on ?

will give `tox` a go locally, no worries; good opportunity to actually learn the tool I guess

hey @patrickjahns , didn't have time nor opportunity to touch basis with `tox` yet, so if there's someone who can quickly top up tests and knows where to put stuff,...

Yeah just had the same issue @gowthamakanthan . The problem is lack of the package on a remote machine not your host. This should fix it assuming package/pip versions match...

Hey, I'm getting hit by some form of `set_fact` skipping as well. ie. https://github.com/grzegorznowak/cardano-node-role/blob/5ae3a125e375a5f9f0095b87177bcd2c6674d506/tasks/infrastructure/dependencies.yml#L54 when ran on a pristine system it should always hit the `rescue:` part of the block,...

ah ok I see it fails on this statement: https://github.com/ansible-community/ansible-bender/blob/35c7b4c58a5345142f0034af426a4e232bfd6267/ansible_bender/callback_plugins/snapshoter.py#L43 `task_result._result.get("rc", 0) >0` trying to compare `NoneType` with `int` get() probably doesn't default to `0` in this case.

hey @rodrigoscna , just stumbled upon this and thought I'd hook into with a related use-case question. We're currently mid rewriting apps into k8s with the help of `tilt` and...