corrected import_play into to import_playbook (#30853)

* corrected import_play into to import_playbook

fixes #30744
This commit is contained in:
Brian Coca
2017-09-26 17:27:21 -04:00
committed by GitHub
parent 8378ac30b3
commit 17f094bb6a
4 changed files with 7 additions and 7 deletions

View File

@@ -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::

View File

@@ -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