3 Commits

Author SHA1 Message Date
Dmitriy Rabotyagov
6a25236b25 Fix linters and metadata
With update of ansible-lint to version >=6.0.0 a lot of new
linters were added, that enabled by default. In order to comply
with linter rules we're applying changes to the role.

With that we also update metdata to reflect current state.

Depends-On: https://review.opendev.org/c/openstack/ansible-role-systemd_service/+/888223
Change-Id: I9110294e492a501204c8e92448a2f2929781a509
2023-07-14 18:49:03 +02:00
Jonathan Rosser
f6a41ea31b Ansible 'skipped' is a test not a filter
The old syntax is no longer valid in ansible 2.9

Depends-On: https://review.opendev.org/727827
Change-Id: I199c95b30ead538b8920ac73c924bc9a2756c8bc
2020-05-14 05:56:53 +00:00
Guilherme Steinmüller
6fe22f0f0f db_setup: refactor database setup to a common file
This patch refactors the database creation to db_setup.yml which
will eventually be managed by openstack-ansible-tests.

This also re-orders the mq_setup to be done earlier so these system
level dependencies are ready before service activation.

Change-Id: I6941e8f928dca35791b313caafe7dbf9202ed689
2019-06-04 02:58:05 +00:00