We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e28e887 commit e95165aCopy full SHA for e95165a
src/roles/httpd/tasks/main.yml
@@ -59,5 +59,5 @@
59
- name: Start Apache httpd
60
ansible.builtin.service:
61
name: "{{ httpd_service }}"
62
- state: started
+ state: restarted
63
enabled: true
0 commit comments