Skip to content

Commit

Permalink
add creation of directory that is missing
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph2497 committed Oct 17, 2023
1 parent 6565bcf commit a652201
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions roles/icingaweb2/tasks/modules/businessprocess.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@
group: "{{ icingaweb2_group }}"
mode: "2770"

- name: Module Graphite | Ensure processes directory
ansible.builtin.file:
state: directory
dest: "{{ icingaweb2_modules_config_dir }}/{{ item.key }}/processes"
owner: "{{ icingaweb2_httpd_user }}"
group: "{{ icingaweb2_group }}"
mode: "2770"

# - name: Module Business Process Modelling | Ensure Process Directory

- name: Module Business Process Modeling | Manage process files
Expand Down

0 comments on commit a652201

Please sign in to comment.