Skip to content

Commit

Permalink
modify file path for test.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Winnie81 <wyue@vmware.com>
  • Loading branch information
Winnie81 committed Mar 30, 2023
1 parent ba82371 commit 39bce6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
tasks:
- name: "Read variables from vars file"
ansible.builtin.include_vars:
file: "{{ testing_vars_file | default('../vars/test.yml') }}"
file: "{{ testing_vars_file | default('vars/test.yml') }}"

- name: "Set facts of the current main playbook directory and cache directory"
ansible.builtin.set_fact:
Expand Down

0 comments on commit 39bce6f

Please sign in to comment.