Skip to content

Commit

Permalink
chore: molecule-notest for certbot task
Browse files Browse the repository at this point in the history
  • Loading branch information
adf-patrickha committed Aug 14, 2024
1 parent 0024950 commit 37a565c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tasks/letsencrypt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@
- "{{ bareos_webui_letsencrypt_domain }}"
- -m
- "{{ bareos_webui_letsencrypt_account_mail }}"
- "{{ '--test-cert' if bareos_webui_letsencrypt_staging|default(false) else omit }}"
register: _le_output
changed_when: _le_output.rc != 0
notify:
- Restart httpd
tags:
- molecule-notest # cert creation does not work in molecule

0 comments on commit 37a565c

Please sign in to comment.