Add handler flushing to roles that need it

This patch adds handler flushing as the last task in each role to ensure
that there are log files present when the rsyslog client configuration
task is executed a little later in the playbook that consumes the role.

Closes-Bug: #1458822
Change-Id: I92a26b620aa7bc0fbe33175594d37da7d5aca7df
This commit is contained in:
Jesse Pretorius 2015-05-26 17:43:50 +01:00
parent 00498efc83
commit 53b84c58b2
1 changed files with 3 additions and 0 deletions

View File

@ -25,3 +25,6 @@
- include: glance_service_setup.yml
when: >
inventory_hostname == groups['glance_all'][0]
- name: Flush handlers
meta: flush_handlers