Selaa lähdekoodia

quiet warning

Kenneth Cheung 5 vuotta sitten
vanhempi
commit
39f8d9b378
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      tasks/cloud_configure.yml

+ 2 - 2
tasks/cloud_configure.yml

@@ -7,7 +7,7 @@
     owner: root
     group: root
     mode: "0755" 
-  when: cloud_consul_version | version_compare('1.2', '<') 
+  when: cloud_consul_version is version_compare('1.2', '<') 
 
 - name: Install the Consul Cloud Configure Script for Post 1.2
   copy:
@@ -16,7 +16,7 @@
     owner: root
     group: root
     mode: "0755"
-  when: cloud_consul_version | version_compare('1.2', '>=') 
+  when: cloud_consul_version is version_compare('1.2', '>=') 
 
 - name: Setup supervisor config
   copy: