]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
mds: fix ansible_service_mgr typo
authorGrant Slater <git@firefishy.com>
Sun, 25 Feb 2018 01:44:07 +0000 (01:44 +0000)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 26 Feb 2018 12:05:14 +0000 (13:05 +0100)
This commit fixes a typo introduced by 4671b9e74e657988137f6723ef12e38c66d9cd40

roles/ceph-mds/tasks/non_containerized.yml

index 9cac6e6bf8bbe727d5b9d226d28bf1d49f3b37fa..f1996958e773ab46f3ff0ce7a7fe183646e325de 100644 (file)
@@ -67,7 +67,7 @@
     path: "/etc/systemd/system/ceph-mds@.service.d/"
   when:
     - ceph_mds_systemd_overrides is defined
-    - ansible_server_mgr == 'systemd'
+    - ansible_service_mgr == 'systemd'
 
 - name: add ceph-mds systemd service overrides
   config_template: