Skip to content

shotgun: ensure generator timestamps are integers

Nicki Křížek requested to merge ansible-v6-compat into master

The conversion into integer should happen after the division, otherwise we end up with a float.

Additionally, the condition was problematic in Ansible 6.0+ and since it didn't make much sense anyway, it was removed. It doesn't seem to be possible to set facts and check their value in the same task.

Merge request reports