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'