mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 13:50:22 -07:00
added note about cli execution of include_x (#45227)
This commit is contained in:
parent
ac492476e5
commit
03d8b68549
1 changed files with 4 additions and 0 deletions
|
@ -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
|
* 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.
|
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
|
Plugins
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue