Merge "Explicitly use collection for haproxy module"

This commit is contained in:
Zuul 2022-06-17 11:08:21 +00:00 committed by Gerrit Code Review
commit 37bf2a4d4e

View File

@ -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 }}"