-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c1591c9
commit bebd861
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
breaking_changes: | ||
- Folder lookup module - Return the complete folder information, not only the extensions. | ||
To adjust your playbooks, you have to use "{{ my_lookup_result.extensions }}" instead of | ||
"{{ my_lookup_result }}". | ||
To keep the current behavior in your playbooks, you want to use `{{ my_lookup_result.extensions }}` | ||
instead of `{{ my_lookup_result }}`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
release_summary: "(Re)writing history with overhauled modules and updated Checkmk, Ansible, Distribution and Python support." |