File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
roles/icingaweb2/tasks/modules Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 5656 system : yes
5757 home : /var/lib/icingadirector
5858 group : " {{ icingaweb2_group }}"
59- when : icingaweb2_modules['director']['source'] == 'git' # Only required for installations from source
6059
6160 - name : Module Director | Ensure home directory exists
6261 ansible.builtin.file :
6564 owner : icingadirector
6665 group : " {{ icingaweb2_group }}"
6766 mode : " 0750"
68- when : icingaweb2_modules['director']['source'] == 'git' # Only required for installations from source
6967
7068 - name : Module Director | Ensure systemd unit file exists
7169 ansible.builtin.copy :
7573 group : root
7674 mode : " 0644"
7775 remote_src : yes
78- when : icingaweb2_modules['director']['source'] == 'git' # Only required for installations from source
You can’t perform that action at this time.
0 commit comments