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 53e728c commit c41c962
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 @@ -181,10 +181,6 @@
group: "{{ bamboo_group }}"
tags: bamboo

- name: flush handlers
meta: flush_handlers
tags: bamboo

- name: systemctl start bamboo
service:
name: "bamboo"
Expand All @@ -193,3 +189,7 @@
changed_when: false
ignore_errors: true
tags: bamboo

- name: flush handlers
meta: flush_handlers
tags: bamboo

0 comments on commit c41c962

Please sign in to comment.