Fix openhpc_job_maxtime default
What's Changed
In previous releases the default maximum job lifetime set by openhpc_job_maxtime
was intended to be 24 hours and was documented as such. However due to Ansible/Jinja type conversion this became 60 days on the actual running system. This release changes openhpc_job_maxtime
to explicitly be 60 days for backward-compatibility and updates the documentation.
See #136 for full details of the bug.
Full Changelog: v0.13.0...v0.15.0