Skip to content

Commit

Permalink
Remove duplicate 'package' key
Browse files Browse the repository at this point in the history
This patch fixes a typo where "package:" was used twice in the same
task.
  • Loading branch information
major committed Oct 10, 2017
1 parent f6d1be2 commit 10e1d46
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}"
Expand Down

0 comments on commit 10e1d46

Please sign in to comment.