diff --git a/tasks/main.yml b/tasks/main.yml index dfd14f0..815c0b0 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -3,3 +3,4 @@ set_fact: require_reboot: "{{ true if network_fqdn != ansible_fqdn else false }}" - include_tasks: config.yml +- include_tasks: post_tasks.yml diff --git a/tasks/post_tasks.yml b/tasks/post_tasks.yml new file mode 100644 index 0000000..ed0d3ca --- /dev/null +++ b/tasks/post_tasks.yml @@ -0,0 +1,3 @@ +--- +- name: Force running handlers + meta: flush_handlers