mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
@@ -55,9 +55,15 @@ You can then use ``import_tasks`` or ``include_tasks`` to include this file in y
|
||||
You can also pass variables into imports and includes::
|
||||
|
||||
tasks:
|
||||
- import_tasks: wordpress.yml wp_user=timmy
|
||||
- import_tasks: wordpress.yml wp_user=alice
|
||||
- import_tasks: wordpress.yml wp_user=bob
|
||||
- import_tasks: wordpress.yml
|
||||
vars:
|
||||
wp_user: timmy
|
||||
- import_tasks: wordpress.yml
|
||||
vars:
|
||||
wp_user: alice
|
||||
- import_tasks: wordpress.yml
|
||||
vars:
|
||||
wp_user: bob
|
||||
|
||||
Variables can also be passed to include files using an alternative syntax, which also supports structured variables like dictionaries and lists::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user