From 667c7de87e76b9f431d9f9288cbf47444b57f99f Mon Sep 17 00:00:00 2001 From: NaeiKinDus Date: Fri, 27 Dec 2024 00:00:00 +0000 Subject: [PATCH] fix(provisioner): fixed wrong variable used to retrieve github token when installing k3sup --- .../nullified/infrastructure/roles/provisioner/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collections/ansible_collections/nullified/infrastructure/roles/provisioner/tasks/main.yml b/collections/ansible_collections/nullified/infrastructure/roles/provisioner/tasks/main.yml index 562d33e..497cccf 100644 --- a/collections/ansible_collections/nullified/infrastructure/roles/provisioner/tasks/main.yml +++ b/collections/ansible_collections/nullified/infrastructure/roles/provisioner/tasks/main.yml @@ -37,7 +37,7 @@ asset_name: k3sup asset_type: release repository: alexellis/k3sup - github_token: "{{ common_github_token }}" + github_token: "{{ provisioner_github_token }}" creates: '{{ provisioner_k3sup_binary_path }}' force: true cmds: