We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab45b68 + c49b985 commit a2b8c04Copy full SHA for a2b8c04
1 file changed
roles/icinga_agent/tasks/main.yml
@@ -79,7 +79,7 @@
79
- block:
80
- name: create certs folder in case it is missing
81
ansible.builtin.file:
82
- path: /var/lib/icinga2/certs/ca.crt
+ path: /var/lib/icinga2/certs/
83
state: directory
84
mode: 0750
85
owner: "{{ icinga2_user[ansible_os_family] }}"
0 commit comments