refs #8343 - Bacula_change_ca_cert_variable

This commit is contained in:
Xavi Lleó 2025-01-24 11:31:45 +01:00
parent 9b809f168a
commit edee3ac215
1 changed files with 1 additions and 1 deletions
roles/debian-base/tasks

View File

@ -34,7 +34,7 @@
register: bacula_config
- name: Configure master cert
copy:
content: "{{ master_cert_content }}"
content: "{{ ca_bacula }}"
dest: /etc/bacula/master-cert.pem
owner: root
group: root