docker: review feedback on PR #840

pull/840/head
Jim Curtis 2016-06-06 16:49:35 -07:00
parent e047b0a8ed
commit fa82827636
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
ansible_os_family == 'CoreOS'
- name: enable systemd unit file for mds instance
shell: systemctl enable /etc/systemd/system/multi-user.target.wants/ceph-mds@{{ ansible_hostname }}.service
command: systemctl enable /etc/systemd/system/multi-user.target.wants/ceph-mds@{{ ansible_hostname }}.service
failed_when: false
changed_when: false
when:
@ -30,7 +30,7 @@
ansible_os_family == 'CoreOS'
- name: reload systemd unit files
shell: systemctl daemon-reload
command: systemctl daemon-reload
changed_when: false
failed_when: false
when: