Skip to content
Snippets Groups Projects
Commit 9349618c authored by Sébastien Han's avatar Sébastien Han
Browse files

common: fix debian rhcs installation


Signed-off-by: default avatarSébastien Han <seb@redhat.com>
parent 270a3508
No related branches found
Tags v3.0.0rc18
No related merge requests found
......@@ -45,13 +45,15 @@
- name: install red hat storage repository key for debian systems
apt_key:
file: "{{ ceph_rhcs_repository_path }}/RPM-GPG-KEY-redhat-release"
file: "{{ ceph_rhcs_repository_path }}/MON/release.asc"
state: present
- name: add red hat storage repository for debian systems
template:
src: "{{ role_path }}/templates/redhat_storage_repo.j2"
dest: /etc/apt/sources.list.d/rh_storage.list
owner: root
group: root
mode: 0644
apt_repository:
repo: "deb file://{{ ceph_rhcs_repository_path }}/{{ item }} {{ ansible_lsb.codename }} main"
state: present
changed_when: false
with_items:
- MON
- OSD
- Tools
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment