Commit Graph

5 Commits

Author SHA1 Message Date
Dmitriy Rabotyagov b7b2134b9d Fix linters issue 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.

Change-Id: I31d93b2147838f04750bb1380602406484ba400b
2023-08-22 08:02:54 +00:00
Jonathan Rosser 7c8888ac6d Use ansible_facts[] instead of fact variables
See https://github.com/ansible/ansible/issues/73654

Change-Id: Ib7e1fa820767fe419eadd6309311204433e9bf20
2021-02-22 16:42:40 +00:00
Mohammed Naser 17c1b0b632 Make APT pinning noop on distros that don't use APT
Change-Id: I7d9920468d9719158135d0a85d711341cf46868e
2018-06-22 13:42:56 -04:00
Jean-Philippe Evrard edf9cc4fbc Bring consistency to tags
If we filtered this role by running only on tags config/install,
the task changed here wouldn't be properly targeted.

Change-Id: Icbd2fe3d62bcc968f9bae04a0c20a892b1c86096
2017-01-05 11:03:50 +00:00
Kevin Carter a45aa3b2c1
IRR for apt_package_pinning
The change moves the role out from the main repo openstack-ansible
repository and into its own standalone repository.

Items within this change:
  * The role has been updated to ensure it runs standalone.
  * Tests added to the role within tox.
  * Functional tests added to the role that can either be run
    via the run_tests.sh script or using tox.
  * dev requirements have been updated for testing usecases.
  * Docs added to both the README.rst file as well as the docs
    folder.

Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2015-11-02 21:34:23 -06:00