Add action to add Dotdeb signing key
This commit is contained in:
parent
34bb072a65
commit
a5a3022349
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue