From: Andy McCrae Date: Mon, 23 Oct 2017 13:07:23 +0000 (+0100) Subject: Typo fix for radosgw@ systemd file X-Git-Tag: beta-3.1.0~93^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=05a1f965c8dd342e2643286d0228b5352f5afd36;p=ceph-ansible.git Typo fix for radosgw@ systemd file systemd script for radosgw is radosgw@ not rgw@, the directory needs to match the path. --- diff --git a/roles/ceph-rgw/tasks/start_radosgw.yml b/roles/ceph-rgw/tasks/start_radosgw.yml index 3db7413ac..b2fe89307 100644 --- a/roles/ceph-rgw/tasks/start_radosgw.yml +++ b/roles/ceph-rgw/tasks/start_radosgw.yml @@ -2,7 +2,7 @@ - name: ensure systemd service override directory exists file: state: directory - path: "/etc/systemd/system/ceph-rgw@.service.d/" + path: "/etc/systemd/system/ceph-radosgw@.service.d/" when: - ceph_rgw_systemd_overrides is defined