Skip to content

Commit

Permalink
Make the forklift directory configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Aug 23, 2023
1 parent ff9a625 commit 4fe988a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion roles/forklift_versions/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
forklift_versions_file: "{{ lookup('env', 'PWD') }}/vagrant/config/versions.yaml"
---
forklift_directory: "{{ playbook_dir | dirname }}"
forklift_versions_file: "{{ forklift_directory }}/vagrant/config/versions.yaml"
upgrade: False

0 comments on commit 4fe988a

Please sign in to comment.