瀏覽代碼

azure: tag image as valid=true, not valid=True

Jim Minter 6 年之前
父節點
當前提交
939cde6062
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      playbooks/azure/openshift-cluster/build_base_image.yml

+ 1 - 1
playbooks/azure/openshift-cluster/build_base_image.yml

@@ -43,7 +43,7 @@
       image_tags:
         root_image: "{{ (input_image.stdout | from_json).name }}"
         kernel: "{{ hostvars[groups['nodes'][0]]['ansible_kernel'] }}"
-        valid: true
+        valid: "true"
 
   - name: create blob
     import_tasks: tasks/create_blob_from_vm.yml