added note about cli execution of include_x (#45227) (#45999)

(cherry picked from commit 03d8b68549)
This commit is contained in:
Alicia Cozine 2018-09-21 14:53:29 -05:00 committed by GitHub
parent f28abce4a2
commit 73bc121e11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -198,6 +198,10 @@ Noteworthy module changes
* The ``win_disk_image`` module has deprecated the return value ``mount_path``, use ``mount_paths[0]`` instead. This will
be removed in Ansible 2.11.
* ``include_role`` and ``include_tasks`` can now be used directly from ``ansible`` (adhoc) and ``ansible-console``::
#> ansible -m include_role -a 'name=myrole' all
Plugins
=======