From 6aed2db7a27aab8dfc328788b816a477bc3a2c53 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Fri, 8 Jul 2016 16:31:17 +0200 Subject: [PATCH] library/roles/foreman/defaults/main.yml: Fix the foreman repository definition. --- foreman/defaults/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/foreman/defaults/main.yml b/foreman/defaults/main.yml index e3839b8..8e18b3d 100644 --- a/foreman/defaults/main.yml +++ b/foreman/defaults/main.yml @@ -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'