diff --git a/roles/ceph-common/tasks/installs/install_rh_storage_on_debian.yml b/roles/ceph-common/tasks/installs/install_rh_storage_on_debian.yml index cc235fd7f..94dfdbaae 100644 --- a/roles/ceph-common/tasks/installs/install_rh_storage_on_debian.yml +++ b/roles/ceph-common/tasks/installs/install_rh_storage_on_debian.yml @@ -5,7 +5,7 @@ # intelligent way to determine the location of the key. - name: install the rh ceph storage repository key apt_key: - data: "{{ ceph_stable_rh_storage_repository_path }}/MON/release.asc" + file: "{{ ceph_stable_rh_storage_repository_path }}/MON/release.asc" state: present when: - ceph_stable_rh_storage