From 5237dd40f310b702559a2d5bfd2d67afbca439d0 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Tue, 14 Jun 2022 14:35:36 +0200 Subject: [PATCH] Explicitly use collection for haproxy module It's worth to be explicit what module from what collection is used. Change-Id: I9414a7453caf5e8056537582f1e9fb8bca676a80 --- playbooks/common-tasks/haproxy-endpoint-manage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/common-tasks/haproxy-endpoint-manage.yml b/playbooks/common-tasks/haproxy-endpoint-manage.yml index 95143a7536..742f0b3b73 100644 --- a/playbooks/common-tasks/haproxy-endpoint-manage.yml +++ b/playbooks/common-tasks/haproxy-endpoint-manage.yml @@ -14,7 +14,7 @@ # limitations under the License. - name: Set haproxy service state - haproxy: + community.general.haproxy: socket: /var/run/haproxy.stat backend: "{{ haproxy_backend | default(omit) }}" host: "{{ inventory_hostname }}"