Skip to content

Commit

Permalink
update ansible_test_location
Browse files Browse the repository at this point in the history
  • Loading branch information
abikouo committed Jun 12, 2024
1 parent b9eeabf commit 9d3079e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion playbooks/ansible-test-base/run.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
- hosts: controller
vars:
ansible_test_location: "~/{{ zuul.projects[ansible_collections_repo].src_dir }}"
tasks:
- debug: var=ansible_test_location
- name: Copy the galaxy.yml on the controller
Expand All @@ -26,6 +28,5 @@
name: ansible-test
vars:
ansible_test_test_command: "{{ ansible_test_command }}"
ansible_test_location: "~/{{ zuul.projects[ansible_collections_repo].src_dir }}"
ansible_test_git_branch: "{{ zuul.projects['github.com/ansible/ansible'].checkout }}"
ansible_test_ansible_path: "~/{{ zuul.projects['github.com/ansible/ansible'].src_dir }}"

0 comments on commit 9d3079e

Please sign in to comment.