Skip to content
Snippets Groups Projects
Verified Commit 89828518 authored by Chris Croome's avatar Chris Croome
Browse files

fix for acmesh role not have been run before

parent cec4fe7a
No related branches found
No related tags found
No related merge requests found
Pipeline #27555 passed
......@@ -167,10 +167,15 @@
- name: Conditionally provision a Let's Encrypt cert using acmesh role
block:
- name: Ensure that the acme.sh has been installed
ansible.builtin.include_role:
name: acmesh
tasks_from: acmesh.yml
- name: "Provision a Let's Encrypt cert for {{ inventory_hostname }}"
ansible.builtin.include_role:
name: acmesh
tasks_from: letsencrypt
tasks_from: letsencrypt.yml
vars:
common_name: "{{ inventory_hostname }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment