We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eb3726 commit 809b9e3Copy full SHA for 809b9e3
tasks/main.yml
@@ -37,7 +37,7 @@
37
when: amplify_enable and amplify_key is defined and amplify_key
38
39
- 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
+ when: controller_enable and controller_api_key is defined and controller_api_key and controller_api_endpoint is defined and controller_api_endpoint
41
42
- import_tasks: unit/install-unit.yml
43
when: unit_enable
0 commit comments