Explorar o código

Switch test from filter to conditional

Jared Ledvina %!s(int64=7) %!d(string=hai) anos
pai
achega
6a938dc8a7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tasks/rabbit.yml

+ 1 - 1
tasks/rabbit.yml

@@ -39,7 +39,7 @@
 
 - name: Wait for RabbitMQ to be up and running before asking to create a vhost
   pause: seconds=3
-  when: rabbitmq_state|changed
+  when: rabbitmq_state is changed
 
 - block:
     - name: Ensure Sensu RabbitMQ vhost exists