Change name of task

This commit is contained in:
staticsafe 2014-05-07 19:20:43 +00:00
parent 15164873ef
commit 572a6e573e
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
---
- name: Add nginx upstream repo key
apt_key: url=http://nginx.org/keys/nginx_signing.key state=present
- name: Add Dotdeb repository
- name: Add nginx upstream repository
apt_repository: repo='deb http://nginx.org/packages/debian/ wheezy nginx' state=present update_cache=yes
- name: Install nginx package and ensure it starts on boot
apt: pkg=nginx state=present enabled=yes