From b04aad12fb35e2e6c3234f69d3ac1fa8a95e2700 Mon Sep 17 00:00:00 2001 From: Sandwich Date: Tue, 26 May 2026 01:08:09 +0200 Subject: [PATCH] fix(satellite): drop auto-attach (mutually exclusive with activation key) --- roles/configuration/tasks/satellite_register.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/configuration/tasks/satellite_register.yml b/roles/configuration/tasks/satellite_register.yml index c8c380f..25f7b67 100644 --- a/roles/configuration/tasks/satellite_register.yml +++ b/roles/configuration/tasks/satellite_register.yml @@ -37,7 +37,6 @@ org_id: "{{ system_cfg.content.satellite.org }}" activationkey: "{{ system_cfg.content.satellite.activation_key }}" environment: "{{ system_cfg.content.satellite.environment | default(omit, true) }}" - auto_attach: true force_register: true server_proxy_hostname: "{{ (system_cfg.content.proxy | urlsplit('hostname')) | default(omit, true) }}" server_proxy_port: "{{ (system_cfg.content.proxy | urlsplit('port')) | default(omit, true) }}"