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 56
56
system : yes
57
57
home : /var/lib/icingadirector
58
58
group : " {{ icingaweb2_group }}"
59
- when : icingaweb2_modules['director']['source'] == 'git' # Only required for installations from source
60
59
61
60
- name : Module Director | Ensure home directory exists
62
61
ansible.builtin.file :
65
64
owner : icingadirector
66
65
group : " {{ icingaweb2_group }}"
67
66
mode : " 0750"
68
- when : icingaweb2_modules['director']['source'] == 'git' # Only required for installations from source
69
67
70
68
- name : Module Director | Ensure systemd unit file exists
71
69
ansible.builtin.copy :
75
73
group : root
76
74
mode : " 0644"
77
75
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