Procházet zdrojové kódy

Minor syntax change on available checks param

cmacrae před 9 roky
rodič
revize
8dcc387e81
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      tasks/plugins.yml

+ 1 - 1
tasks/plugins.yml

@@ -17,10 +17,10 @@
     when: sensu_remote_plugins > 0
     when: sensu_remote_plugins > 0
 
 
   - name: Register available checks
   - name: Register available checks
-    become: False
     local_action: command ls {{ static_data_store }}/sensu/checks
     local_action: command ls {{ static_data_store }}/sensu/checks
     register: sensu_available_checks
     register: sensu_available_checks
     changed_when: false
     changed_when: false
+    become: false
 
 
   - name: Deploy check plugins
   - name: Deploy check plugins
     copy:
     copy: