Explorar el Código

Fixing ansible impl to work with OSP9 and ansible 2.2

Øystein Bedin hace 8 años
padre
commit
fbda334b67
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      roles/subscription-manager/tasks/main.yml

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

@@ -114,7 +114,7 @@
 
 - name: "Enable specified repositories"
   command: "/usr/bin/subscription-manager repos --enable={{ item }}"
-  with_items: rhsm_repos
+  with_items: "{{ rhsm_repos }}"
   when:
     - not registered
     - rhsm_repos is defined