mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
corrected import_play into to import_playbook (#30853)
* corrected import_play into to import_playbook fixes #30744
This commit is contained in:
@@ -221,8 +221,8 @@ some other playbooks::
|
||||
|
||||
---
|
||||
# file: site.yml
|
||||
- import_plays: webservers.yml
|
||||
- import_plays: dbservers.yml
|
||||
- import_playbook: webservers.yml
|
||||
- import_playbook: dbservers.yml
|
||||
|
||||
In a file like webservers.yml (also at the top level), we map the configuration of the webservers group to the roles performed by the webservers group::
|
||||
|
||||
|
||||
@@ -128,7 +128,7 @@ Runtime Check on Modules for Blacklisting
|
||||
|
||||
Disambiguate Includes
|
||||
---------------------
|
||||
- Create import_x for 'static includes' (import_task, import_play, import_role)
|
||||
- Create import_x for 'static includes' (import_task, import_playbook, import_role)
|
||||
|
||||
- Any directives are applied to the 'imported' tasks
|
||||
|
||||
|
||||
Reference in New Issue
Block a user