diff options
| author | Joe Carstairs <me@joeac.net> | 2026-09-06 20:38:04 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-09-07 08:46:52 +0100 |
| commit | e79b1a8b6a2f0e892b56ee2d00ea1b9d56ab4083 (patch) | |
| tree | 60973819688f506dbe4b00da3d2de39822213d4c /roles/http/tasks | |
| parent | cec15f231bfcd9a6c55fbffcb7d297a36f75211d (diff) | |
Diffstat (limited to 'roles/http/tasks')
| -rw-r--r-- | roles/http/tasks/main.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/http/tasks/main.yml b/roles/http/tasks/main.yml index 9d2ae22..4907c55 100644 --- a/roles/http/tasks/main.yml +++ b/roles/http/tasks/main.yml @@ -40,6 +40,11 @@ src: nginx/joeac.net.conf dest: /etc/nginx/http.d/joeac.net.conf +- name: Create joeac.net locations config directory + ansible.builtin.file: + path: /etc/nginx/http.d/joeac.net.locations.d + state: directory + - name: Restart nginx service if config changed when: joeacnet_nginx_site_config is changed ansible.builtin.service: |
