library/roles/nginx/tasks/nginx.yml: And fix a typo.

This commit is contained in:
Andrea Dell'Amico 2016-06-29 17:29:57 +02:00
parent c5bdb422ea
commit 2e973729e7
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
apt_repository: repo='{{ nginx_ppa_repo }}'
when:
- nginx_use_ppa
- '{{ ansible_distribution }}' == 'Ubuntu'
- "'{{ ansible_distribution }}' == 'Ubuntu'"
tags: [ 'nginx', 'nginx_ppa' ]
- name: Install the nginx web server