Skip to content

Commit 4414131

Browse files
authored
Merge pull request #96 from stackhpc/no-weak-deps
Install cephadm without weak dependencies
2 parents 19b4318 + e0ccedb commit 4414131

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roles/cephadm/tasks/pkg_redhat.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
- name: Install cephadm package
3030
dnf:
3131
name: "cephadm"
32+
install_weak_deps: false
3233
state: "{{ 'latest' if cephadm_package_update | bool else 'present' }}"
3334
update_cache: true
3435
become: true

0 commit comments

Comments
 (0)