Skip to content

Commit 809b9e3

Browse files
committed
Fix variables in main task
1 parent 9eb3726 commit 809b9e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
when: amplify_enable and amplify_key is defined and amplify_key
3838

3939
- import_tasks: controller/install-controller.yml
40-
when: controller_enable and controller_license is defined and controller_license and controller_api_url is defined and controller_api_url
40+
when: controller_enable and controller_api_key is defined and controller_api_key and controller_api_endpoint is defined and controller_api_endpoint
4141

4242
- import_tasks: unit/install-unit.yml
4343
when: unit_enable

0 commit comments

Comments
 (0)