mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-06-29 23:49:09 +00:00
corrected import_play into to import_playbook (#30853)
* corrected import_play into to import_playbook fixes #30744
This commit is contained in:
parent
8378ac30b3
commit
17f094bb6a
4 changed files with 7 additions and 7 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue