plugins_custom.yml 240 B

1234567891011
  1. ---
  2. - name: Copy custom plugins
  3. copy:
  4. src: "plugins_custom/{{ item }}"
  5. dest: "{{ monitored_plugins_custom_path }}"
  6. owner: root
  7. group: "{{ monitored_group }}"
  8. mode: 0750
  9. with_items: "{{ monitored_plugins_custom }}"