Skip to content

Commit

Permalink
Restart nginx after certbot task
Browse files Browse the repository at this point in the history
  • Loading branch information
kshepard committed Jan 30, 2018
1 parent fbb3952 commit c1829a7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deployment/ansible/roles/driver.letsencrypt/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@
url: "{{ letsencrypt_dhparams_url }}"
dest: "{{ letsencrypt_dhparams_path }}"

- name: Start nginx
service:
name: nginx
state: started

# Copied from old azavea.letsencrypt role
- name: Install cronjob for cert renewal
cron:
Expand Down

0 comments on commit c1829a7

Please sign in to comment.