Fix idempotence

pull/14/head 1.0.7
Emilien Mantel 2015-11-03 15:09:14 +01:00
parent bee0cb9a66
commit d1dbdb83d4
1 changed files with 0 additions and 3 deletions

View File

@ -3,9 +3,6 @@
- name: APT | Install nginx
apt: pkg={{ nginx_apt_package }} state=latest update_cache=yes cache_valid_time=3600
- name: SERVICE | Ensure nginx is started
service: name=nginx state=started
- name: SHELL | Get Nginx version
shell: nginx -v 2>&1 | sed -r 's#.*/##;' | cut -d ' ' -f 1
register: nginx_version