Skip to content

v2.3

Compare
Choose a tag to compare
@Fizzadar Fizzadar released this 16 Jul 06:57
· 214 commits to 2.x since this release
f6c18dd

Relatively small quick release with two additions and a bunch of fixes.

Added:

  • Add create_home argument to server.user operation
  • Separate no change/change in proposed changes & results output
  • Support IO-like objects as stdin

Fixed:

  • Fix short fact gathering
  • Fix handling of IO-like objects when assume_exists=True in files.put operation
  • Don't fail to ensure user home dir that already exists as a link
  • Rename file utils to avoid clashes/confusion with operations

Internal:

  • Check operation type stubs during CI