roles/nginx: Replace "&" with "and"

This commit is contained in:
2016-06-27 19:13:20 +03:00
parent da784467e1
commit 1254cea195

View File

@ -45,7 +45,7 @@
- reload nginx
tags: nginx
- name: Start & enable nginx service
- name: Start and enable nginx service
service: name=nginx state=started enabled=yes
tags: nginx