Prechádzať zdrojové kódy

Subscription manager role should accomodate orgs with spaces

Eric Sauer 9 rokov pred
rodič
commit
d827e1796c
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      roles/subscription-manager/tasks/main.yml

+ 1 - 1
roles/subscription-manager/tasks/main.yml

@@ -62,7 +62,7 @@
     - rhsm_satellite|trim != ''
 
 - name: "Register to Satellite using activation key"
-  command: "/usr/bin/subscription-manager register --activationkey={{ rhsm_activationkey }} --org={{ rhsm_org }}"
+  command: "/usr/bin/subscription-manager register --activationkey={{ rhsm_activationkey }} --org='{{ rhsm_org }}'"
   when:
     - not registered
     - rhsm_authentication == 'key'