forked from ISTI-ansible-roles/ansible-roles
library/roles/foreman/defaults/main.yml: Fix the foreman repository definition.
This commit is contained in:
parent
965d6bf6ae
commit
6aed2db7a2
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in New Issue