adds the rh storage apt-key for jewel on ubuntu

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
pull/611/head
Andrew Schoen 2016-03-08 16:08:53 -06:00
parent e09bb11dc9
commit 565e2b280f
1 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,9 @@
---
- name: add the red hat storage apt-key
apt_key:
url: "https://www.redhat.com/security/fd431d51.txt"
state: present
- name: install dependencies
apt:
pkg: "{{ item }}"