Hi guys i saw the following example:
- include: wordpress.yml vars: wp_user: timmy ssh_keys: - keys/one.txt - keys/two.txt
But when we have a large list of vars is it possible to do something like:- include: wordpress.yml var_file: vars/var1.ymlSo we can run many times the same task but with different arguments.