Procházet zdrojové kódy

client definitions don't need to be executable

Tyler Culp před 8 roky
rodič
revize
050da18194
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      tasks/plugins.yml

+ 0 - 1
tasks/plugins.yml

@@ -96,7 +96,6 @@
     copy:
       src: "{{ static_data_store }}/sensu/client_definitions/{{ item }}/"
       dest: "{{ sensu_config_path }}/conf.d/{{ item | basename | regex_replace('.j2', '')}}"
-      mode: 0755
       owner: "{{ sensu_user_name }}"
       group: "{{ sensu_group_name }}"
     when: "sensu_available_client_definitions is defined and item in sensu_available_client_definitions.stdout_lines"