Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelamattes committed Dec 18, 2024
1 parent 9a34769 commit e519ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/acme/tasks/preconditions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
ansible.builtin.assert:
that:
- acme_domain is defined
- acme_domain != []
- acme_domain != {}
fail_msg: You need to set acme_domain. See documentation for a list of possibilities.

- name: Set fact for acme_directory depending on what is set in acme_use_live_directory
Expand Down

0 comments on commit e519ead

Please sign in to comment.