Define corosync interface for facts gathering

When moving facts gathering to independent play we forgot to
define variable that's being used for filtering. This makes playbook
fail.

Needed-By: https://review.opendev.org/c/openstack/openstack-ansible-os_masakari/+/845798
Change-Id: I75bdab29353f33fa009bf9a7ff1f565f1660ed59
This commit is contained in:
Dmitriy Rabotyagov
2022-06-15 10:00:18 +02:00
parent e3cf2781ac
commit a8d2ad902e

View File

@@ -16,6 +16,8 @@
- name: Gather masakari facts
hosts: masakari_all
gather_facts: "{{ osa_gather_facts | default(True) }}"
vars:
pacemaker_corosync_ring_interface: "{{ masakari_monitor_corosync_multicast_interface }}"
tasks:
- name: Gather additional facts
include_tasks: "common-tasks/gather-hardware-facts.yml"