Skip to content

Commit

Permalink
breaking_changes and porting guide
Browse files Browse the repository at this point in the history
  • Loading branch information
s-hertel committed Aug 20, 2020
1 parent 83b40a5 commit 3200a5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions changelogs/fragments/67508-meta-task-tags.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
minor_changes:
- User-defined ``meta`` tasks now support tags. Internally-created ``meta`` tasks continue to always run regardless of tags. (https://github.com/ansible/ansible/issues/64558)
breaking_changes:
- The ``meta`` module now supports tags for user-defined tasks. Internal ``meta`` tasks continue to always run. (https://github.com/ansible/ansible/issues/64558)
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Modules
=======

* The ``apt_key`` module has explicitly defined ``file`` as mutually exclusive with ``data``, ``keyserver`` and ``url``. They cannot be used together anymore.
* The ``meta`` module now supports tags for user-defined tasks. Set the task's tags to 'always' to maintain the previous behavior. Internal ``meta`` tasks continue to always run.


Modules removed
Expand Down

0 comments on commit 3200a5b

Please sign in to comment.