Преглед изворни кода

Correcting indentation for 'validate' param

cmacrae пре 9 година
родитељ
комит
fe55597334
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      tasks/main.yml

+ 1 - 1
tasks/main.yml

@@ -26,7 +26,7 @@
     owner: root
     group: root
     mode: 0644
-  validate: 'nginx -t -c %s'
+    validate: 'nginx -t -c %s'
   notify: restart nginx
 
 - name: Ensure nginx is started and enabled to start at boot.