Skip to content

Releases: manala/ansible-path

1.3.0

07 Nov 12:31
5199106

Choose a tag to compare

Added

  • Add a "file" test
  • Add a "directory" test
  • Add a "label" filter
  • Add a "root" filter
  • Add "default", "default_file" and "default_directory" filters
  • Add a "relative" option to "find" module (default=false)
  • Support "directory" explicit state in "path" module
  • When "file" explicit state in "path" module, if no "content", "file" or "template" is provided, file is created with empty content if not exists, or just permissions updated, with no content chaned if already exists

Changed

  • Module "find" now returns absolute path by default

Removed

  • Ansible filter "join"

1.2.0

31 Oct 15:47
a9d450a

Choose a tag to compare

Added

  • Add a "file" parameter to "path" module
  • Add a "find" module
  • Add an "exclusify" filter

manala-path 1.1.0

13 Sep 14:48

Choose a tag to compare

Added

  • Ansible filter "join"

manala-path 1.0.0

13 Sep 07:10

Choose a tag to compare

Added

  • Initial release