ansible-role-redhat-subscription 1.3.0
We are thrilled to announce the release of: ansible-role-redhat-subscription 1.3.0: ansible-role-redhat- subscription - An ansible role to Manage Red Hat subscritions and repositories The source is available from: https://opendev.org/openstack/ansible-role-redhat-subscription Download the package from: https://tarballs.openstack.org/ansible-role-redhat-subscription/ For more details, please see below. Changes in ansible-role-redhat-subscription 1.2.0..1.3.0 -------------------------------------------------------- eefe501 Update rhsm_disable_container_check default value f703e5c Add missing environment for a couple of tasks 9d1a918 Add trailing slash to status URI 2c4cd36 fix typo 4646e4e Retry polling the satellite endpoint on failure 41b5d0b Update the satellite task file for version checks da50e0e Fix Ansible Lint Diffstat (except docs and test files) ------------------------------------- .ansible-lint | 2 +- README.md | 2 +- ansible-requirements.txt | 2 +- defaults/main.yml | 14 +++--- library/rhsm_repository_conf.py | 8 +-- meta/main.yml | 13 ++--- setup.py | 1 + tasks/portal.yml | 6 ++- tasks/register.yml | 2 +- tasks/satellite-5.yml | 2 +- tasks/satellite-6.yml | 6 ++- tasks/satellite.yml | 105 +++++++++++++++++++++++++--------------- tasks/unregister.yml | 2 +- tox.ini | 2 +- vars/main.yml | 2 +- 17 files changed, 100 insertions(+), 73 deletions(-) Requirements updates -------------------- diff --git a/ansible-requirements.txt b/ansible-requirements.txt index 7507f3e..f5398ac 100644 --- a/ansible-requirements.txt +++ b/ansible-requirements.txt @@ -5 +5 @@ -ansible<2.10 +ansible-core<2.12
participants (1)
-
no-reply@openstack.org