mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #2021 from major/remove-duplicate-package-key
Remove duplicate 'package' keypull/2025/head
commit
81c04b649e
|
@ -42,7 +42,6 @@
|
|||
- client_group_name in group_names
|
||||
|
||||
- name: install redhat ceph-base package
|
||||
package:
|
||||
package:
|
||||
name: "ceph-base"
|
||||
state: "{{ (upgrade_ceph_packages|bool) | ternary('latest','present') }}"
|
||||
|
|
Loading…
Reference in New Issue