mirror of https://github.com/ceph/ceph-ansible.git
Remove duplicate 'package' key
This patch fixes a typo where "package:" was used twice in the same task.pull/2021/head
parent
f6d1be269f
commit
10e1d464e5
|
@ -42,7 +42,6 @@
|
||||||
- client_group_name in group_names
|
- client_group_name in group_names
|
||||||
|
|
||||||
- name: install redhat ceph-base package
|
- name: install redhat ceph-base package
|
||||||
package:
|
|
||||||
package:
|
package:
|
||||||
name: "ceph-base"
|
name: "ceph-base"
|
||||||
state: "{{ (upgrade_ceph_packages|bool) | ternary('latest','present') }}"
|
state: "{{ (upgrade_ceph_packages|bool) | ternary('latest','present') }}"
|
||||||
|
|
Loading…
Reference in New Issue