Releases: manala/ansible-path
Releases · manala/ansible-path
1.3.0
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
Added
- Add a "file" parameter to "path" module
- Add a "find" module
- Add an "exclusify" filter
manala-path 1.1.0
Added
- Ansible filter "join"
manala-path 1.0.0
Added
- Initial release