We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 054ecfb commit 1d390c9Copy full SHA for 1d390c9
icpc-wf/ansible/roles/domserver/handlers/main.yml
@@ -2,7 +2,7 @@
2
# Define here handlers associated to this role.
3
4
- name: restart nginx
5
- service: name=nginx state=restarted
+ service: name=nginx enabled=yes state=restarted
6
7
- name: restart PHP FPM
8
- service: name=php7.4-fpm state=restarted
+ service: name=php7.4-fpm enabled=yes state=restarted
icpc-wf/ansible/roles/mysql_server/handlers/main.yml
@@ -2,4 +2,4 @@
- name: restart mysql
- service: name=mysql state=restarted
+ service: name=mysql enabled=yes state=restarted
0 commit comments