Explorar el Código

feat(tags) Update block tag for correct format

Michael Porter hace 7 años
padre
commit
dadfbad5f4
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      tasks/rabbit.yml

+ 1 - 2
tasks/rabbit.yml

@@ -56,13 +56,11 @@
 
 - block:
     - name: Ensure Sensu RabbitMQ vhost exists
-      tags: rabbitmq
       rabbitmq_vhost:
         name: "{{ rabbitmq_sensu_vhost }}"
         state: present
 
     - name: Ensure Sensu RabbitMQ user has access to the Sensu vhost
-      tags: rabbitmq
       rabbitmq_user:
         user: "{{ rabbitmq_sensu_user_name }}"
         password: "{{ rabbitmq_sensu_password }}"
@@ -73,3 +71,4 @@
         state: present
   become: true
   become_user: rabbitmq
+  tags: rabbitmq