mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-04-04 18:03:04 +00:00
Tag object was introduced to server role in commitc8a5be6b30[1] to allow skipping server tests when volumes are not available. Whenever tag object is specified, Ansible will run those three tasks in role server. But as our server module has not been ported to OpenStack SDK 1.0.0 series it will fail even if someone only wants to test our object ci role. This patch removes all occurrences of the object tag in the ci server role. Since it is not used anywhere in our code it will not break ci. Ref.: [1]c8a5be6b30Change-Id: I222fac499c9a3cb16c4581fb4347170a4d97f833 (cherry picked from commitbba1da17c9)