Browse Source

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

Yuri Lukyanov 9 năm trước cách đây
mục cha
commit
4f836250c3
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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