Skip to content

Commit

Permalink
NGX-780: Introduce siteurl tag
Browse files Browse the repository at this point in the history
  • Loading branch information
combssm committed Dec 13, 2023
1 parent 4fa9980 commit 6f5df5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/letsencrypt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
- certbot_stop_services

- name: Issue certificate or set use_letsencrypt=false
tags: always
tags: siteurl
block:
- name: Generate new certificate if one doesn't exist.
ansible.builtin.command: "{{ certbot_create_command }}"
Expand Down
2 changes: 2 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

- name: Include variables and set facts
ansible.builtin.include_tasks: facts.yml
tags: siteurl

- name: Install Let's Encrypt dependent packages
ansible.builtin.package:
Expand All @@ -19,3 +20,4 @@
when:
- use_letsencrypt is defined
- use_letsencrypt
tags: siteurl

0 comments on commit 6f5df5a

Please sign in to comment.