library/roles/nginx/tasks/nginx.yml: And fix a typo.
This commit is contained in:
parent
c5bdb422ea
commit
2e973729e7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue