mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
vars_files doesn't use include
This commit is contained in:
parent
1b249b87be
commit
cf3da1bd25
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ The acme/setup.yml playbook would be as simple as::
|
|||
user: root
|
||||
|
||||
vars_files
|
||||
- include: vars/main.yml
|
||||
- vars/main.yml
|
||||
tasks:
|
||||
- include: tasks/setup.yml
|
||||
handlers:
|
||||
|
|
Loading…
Reference in a new issue