diff --git a/playbooks/haproxy-install.yml b/playbooks/haproxy-install.yml index 11bdfb4b6e..b921df75af 100644 --- a/playbooks/haproxy-install.yml +++ b/playbooks/haproxy-install.yml @@ -25,6 +25,10 @@ serial: "{{ haproxy_serial | default('50%') }}" user: root pre_tasks: + - name: Gather additional facts + include_tasks: "common-tasks/gather-hardware-facts.yml" + tags: + - always - include_tasks: "common-tasks/os-{{ container_tech | default('lxc') }}-container-setup.yml" when: not is_metal - include_tasks: common-tasks/unbound-clients.yml