diff --git a/tasks/main.yml b/tasks/main.yml index 2363838..e4d3319 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -37,3 +37,4 @@ - name: Ensure nginx is started and enabled to start at boot. service: name=nginx state=started enabled=yes + when: not ansible_check_mode