diff --git a/defaults/main.yml b/defaults/main.yml index f646b39..29717cb 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -42,7 +42,7 @@ ceph_client_package_state: "latest" # unlike the other options does not attempt to manage package keys or add additional # package repositories. ceph_pkg_source: ceph -ceph_apt_pinned_packages: [{ package: "*", release: Inktank, priority: 1001 }] +ceph_apt_pinned_packages: [{ package: "*", release: "RedHat", priority: 1001 }] # Ubuntu Cloud Archive mirror URL # This is only used if 'uca' is the selected option for ceph_pkg_source diff --git a/templates/ceph_pin.pref.j2 b/templates/ceph_pin.pref.j2 deleted file mode 100644 index 5290edc..0000000 --- a/templates/ceph_pin.pref.j2 +++ /dev/null @@ -1,5 +0,0 @@ -# {{ ansible_managed }} - -Package: * -Pin: release o=Inktank -Pin-Priority: 1001