This commit is contained in:
phil 2023-10-25 18:35:43 +02:00
parent 9d279dc190
commit 3c9c647984
3 changed files with 5 additions and 3 deletions

View file

@ -13,7 +13,7 @@
ansible.builtin.command: dehydrated --cron -g
delegate_to: "{{ gateway_host }}"
- name: reload nginx
- name: Reload nginx
ansible.builtin.service:
name: nginx
state: reloaded