We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 19b4318 + e0ccedb commit 4414131Copy full SHA for 4414131
roles/cephadm/tasks/pkg_redhat.yml
@@ -29,6 +29,7 @@
29
- name: Install cephadm package
30
dnf:
31
name: "cephadm"
32
+ install_weak_deps: false
33
state: "{{ 'latest' if cephadm_package_update | bool else 'present' }}"
34
update_cache: true
35
become: true
0 commit comments