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

This commit is contained in:
Alan Orth 2016-06-27 19:13:20 +03:00
parent da784467e1
commit 1254cea195
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

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