You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
PACKER_BUILD_VARS += ansible_extra_vars ansible_user ansible_verbose |
|
ansible_extra_vars ?= $(patsubst target=%,target=default,$(ANSIBLE_EXTRA_VARS)) |
|
ansible_user ?= $(ANSIBLE_USERNAME) |
|
ansible_verbose ?= $(ANSIBLE_VERBOSE)
|
|
|