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 b097ad9 commit 88a38b0Copy full SHA for 88a38b0
handlers/main.yml
@@ -23,6 +23,7 @@
23
ansible.builtin.service:
24
name: nginx
25
state: reloaded
26
+ enabled: true
27
when:
28
- nginx_config_start | bool
29
- not ansible_check_mode | bool
0 commit comments