Ensure ceph_client specific apt pin config

Currently the apt_package_pinning default filename is used so there
is a risk that a subsequent invocation of that role will overwrite
the ceph_client apt pins.

Change-Id: I9ca45fdc18031611caf7d6b863afef8ace8e972a
This commit is contained in:
Jonathan Rosser 2018-10-13 20:41:28 +01:00
parent c3c958864d
commit ba95c946d0
1 changed files with 1 additions and 0 deletions

View File

@ -41,5 +41,6 @@ galaxy_info:
dependencies:
- role: apt_package_pinning
apt_pinned_packages: "{{ ceph_apt_pinned_packages }}"
apt_package_pinning_file_name: "ceph_client_pin.pref"
when:
- ansible_pkg_mgr == 'apt'