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) }}"