Files
openstack-ansible/playbooks/os-adjutant-install.yml
Dmitriy Rabotyagov 2492d82da6 Fix extra facts gathering with tags
When switching to gathering min facts, we introduced common task that
was responsible for gathering specific subset. However we used
include_task and not applied always tag to include. That resulted in
effect that facts were not gathered when playbook run with tags
and leads to failure.

To workaround that we move include to prior facts gathering stanza.

As alternative option for ceph we applied always tag to include.

Change-Id: Ie996262043edb8fb9c7221a5cd98e98a0111ac28
2022-03-25 19:56:44 +01:00

2.2 KiB