Skip to content

Commit a2b8c04

Browse files
authored
Merge pull request #12 from T-Systems-MMS/add_debian_compatibility
removed ca.cert file from directory path
2 parents ab45b68 + c49b985 commit a2b8c04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

roles/icinga_agent/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
- block:
8080
- name: create certs folder in case it is missing
8181
ansible.builtin.file:
82-
path: /var/lib/icinga2/certs/ca.crt
82+
path: /var/lib/icinga2/certs/
8383
state: directory
8484
mode: 0750
8585
owner: "{{ icinga2_user[ansible_os_family] }}"

0 commit comments

Comments
 (0)