Add action to add Dotdeb signing key

This commit is contained in:
staticsafe 2014-05-07 17:51:36 +00:00
parent 34bb072a65
commit a5a3022349
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
---
- name: Add Dotdeb signing key
apt_key: url=http://www.dotdeb.org/dotdeb.gpg state=present
- name: Add Dotdeb repository
apt_repository: repo='deb http://packages.dotdeb.org wheezy all' state=present update_cache=yes
- name: Install nginx package