Skip to content

Commit

Permalink
update cache before install apache
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdjscott committed Nov 13, 2023
1 parent f00c7bb commit ad70306
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion roles/pre-checks/letsencrypt-apache2/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
name:
- apache2
state: present
update_cache: true
become: true

- name: Pre-Check Apache2 | Create .well-known/acme-challenge directory
Expand Down Expand Up @@ -42,4 +43,4 @@
- ssl
- headers
- rewrite
become: true
become: true

0 comments on commit ad70306

Please sign in to comment.