main #31

Merged
juan merged 154 commits from main into lab 2024-10-16 15:22:43 +00:00
1 changed files with 3 additions and 1 deletions
Showing only changes of commit 72e30fa606 - Show all commits

View File

@ -28,6 +28,7 @@
group: bacula
mode: u=rw,g=r,o=
backup: true
register: bacula_config
- name: Configure master cert
copy:
content: "{{ master_cert_content }}"
@ -45,4 +46,5 @@
- name: Restart Bacula FD service
service:
name: bacula-fd
state: restarted
state: restarted
when: bacula_config.changed