Skip to content

Commit f41f71c

Browse files
committed
fix: ansible common to always calculate current_dir for the ansible folder
1 parent cb17e11 commit f41f71c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/Ansible.common

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
ANSIBLE_FOLDER ?= $(CURDIR)
1+
ANSIBLE_FOLDER := $(CURDIR)
22

3-
export REQUIREMENTS_FILE ?= $(ANSIBLE_FOLDER)/requirements.yml
4-
export ROLES_PATH:=$(ANSIBLE_FOLDER)/roles
5-
export COLLECTIONS_PATH:=$(ANSIBLE_FOLDER)/collections
3+
export REQUIREMENTS_FILE := $(ANSIBLE_FOLDER)/requirements.yml
4+
export ROLES_PATH := $(ANSIBLE_FOLDER)/roles
5+
export COLLECTIONS_PATH := $(ANSIBLE_FOLDER)/collections
66
export CROWDSTRIKE_ROLE_PULL_KEY := $(HOME)/.ssh/crowdstrike_ansible_role_key
77

88
$(ROLES_PATH) $(COLLECTIONS_PATH):

0 commit comments

Comments
 (0)