shotgun: ensure generator timestamps are integers
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.