Sfoglia il codice sorgente

Add 'become: False' for local_action (#14)

Yuri Lukyanov 9 anni fa
parent
commit
4f836250c3
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      tasks/plugins.yml

+ 1 - 0
tasks/plugins.yml

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