Fix error in debug-vars.yaml testing playbook

Change-Id: Id093cd5a756ba5a54c133293d2af2c5569eccbc9
This commit is contained in:
Federico Ressi 2022-03-28 15:16:31 +02:00
parent 5e7c6baf3e
commit fe826202f2
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
---
- hosts: localhost
vars_files: vars/some-vars.yaml
vars_files:
- vars/some-vars.yaml
tasks:
- debug: var=var1
- debug: var=var2