From: Major Hayden Date: Tue, 10 Oct 2017 20:39:16 +0000 (-0500) Subject: Remove duplicate 'package' key X-Git-Tag: v3.0.1~1^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5cdac3c4147b68493c9adad606a94ed561733738;p=ceph-ansible.git Remove duplicate 'package' key This patch fixes a typo where "package:" was used twice in the same task. (cherry picked from commit 10e1d464e5664e4f440378289b96c70f1aa1e1b3) Signed-off-by: Sébastien Han --- diff --git a/roles/ceph-common/tasks/installs/install_redhat_packages.yml b/roles/ceph-common/tasks/installs/install_redhat_packages.yml index c431a616f..beafd0d0a 100644 --- a/roles/ceph-common/tasks/installs/install_redhat_packages.yml +++ b/roles/ceph-common/tasks/installs/install_redhat_packages.yml @@ -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') }}"