Remove duplicate 'package' key

This patch fixes a typo where "package:" was used twice in the same
task.
pull/2021/head
Major Hayden 2017-10-10 15:39:16 -05:00
parent f6d1be269f
commit 10e1d464e5
No known key found for this signature in database
GPG Key ID: 737051E0C1011FB1
1 changed files with 0 additions and 1 deletions

View File

@ -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') }}"