library/roles/foreman/defaults/main.yml: Fix the foreman repository definition.

This commit is contained in:
Andrea Dell'Amico 2016-07-08 16:31:17 +02:00
parent 965d6bf6ae
commit 6aed2db7a2
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
# foreman PKG state: latest, installed, absent
foreman_pkg_state: latest
foreman_repos:
- 'deb http://deb.theforeman.org/ trusty 1.10'
- 'deb http://deb.theforeman.org/ plugins 1.10'
- 'deb http://deb.theforeman.org/ {{ ansible_distribution }} stable'
- 'deb http://deb.theforeman.org/ plugins stable'
foreman_repo_key: 'http://deb.theforeman.org/pubkey.gpg'