pyinfra v1.3.1 Release Notes

    • Add git_tracking_branch fact and rework git.worktree operation (@remybar)
    • Add user_mode arg to systemd.daemon_reload operation (@smdnv)
    • โž• Add comment arg/support to server.user operation (@sprat)
    • ๐Ÿ‘‰ Use StrictUndefined when rendering templates (@relaxdiego)
    • ๐Ÿ‘ Allow numbers in pacman_packages fact
    • โœ‚ Remove restriction on group data types
    • ๐Ÿ‘Œ Improve support for Path objects as operation arguments (@relaxdiego)
    • ๐Ÿ‘Œ Improve error output when failing to start SFTP sessions (@relaxdiego)
    • ๐Ÿ›  Fix readme doc link (@mrshu)
    • ๐Ÿ›  Fix Docker tests and separate from main tests, don't run on PRs