Skip to content

Commit

Permalink
reorder flush handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
hswong3i committed Apr 20, 2020
1 parent ab132a6 commit f7429dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,6 @@
- ceph_rgw | systemctl restart ceph-radosgw.target
tags: ceph_rgw

- name: flush handlers
meta: flush_handlers
tags: ceph_rgw

- name: "systemctl start ceph-radosgw@rgw.{{ ansible_hostname }}"
service:
name: "ceph-radosgw@rgw.{{ ansible_hostname }}"
Expand All @@ -166,3 +162,7 @@
changed_when: false
ignore_errors: true
tags: ceph_rgw

- name: flush handlers
meta: flush_handlers
tags: ceph_rgw

0 comments on commit f7429dd

Please sign in to comment.