Skip to content

Commit

Permalink
Ubuntu 18.04 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
bviktor committed Nov 18, 2023
1 parent ac585b4 commit 0e8be5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
cmd: nginx -t && systemctl restart nginx.service

- name: Reload PHP
systemd_service:
systemd:
name: "{{ noobient_nginx_php_unit }}"
state: restarted
2 changes: 1 addition & 1 deletion tasks/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
notify: Reload PHP

- name: Enable PHP service
systemd_service:
systemd:
name: "{{ noobient_nginx_php_unit }}"
enabled: true
state: started
Expand Down

0 comments on commit 0e8be5c

Please sign in to comment.