Skip to content

Commit

Permalink
fix: bareos_dir_tls conditional tasks/main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adf-patrickha committed Jul 11, 2024
1 parent a3bb0b5 commit f7c6d27
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,9 @@
dest: bareos_dir_tls_cert_key_dest
when:
- bareos_dir_tls_enable
- bareos_dir_tls_enable
- bareos_dir_tls_ca_cert.src != ""
- bareos_dir_tls_cert.src != ""
- bareos_dir_tls_cert_key.src != ""
- bareos_dir_tls_ca_cert_src != ""
- bareos_dir_tls_cert_src != ""
- bareos_dir_tls_cert_key_src != ""

- name: Place bareos-dir.conf
ansible.builtin.template:
Expand Down

0 comments on commit f7c6d27

Please sign in to comment.