[release-announce] ansible-role-redhat-subscription 1.1.2
no-reply at openstack.org
no-reply at openstack.org
Mon Mar 1 10:46:45 UTC 2021
We are gleeful to announce the release of:
ansible-role-redhat-subscription 1.1.2: 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.1.1..1.1.2
--------------------------------------------------------
7400e5a Use ansible_facts
c6f9a7b Fix CI
ca1fcce Replace deprecated UPPER_CONSTRAINTS_FILE variable
405b6b1 Bump pyflakes, exclude ansible-lint 106
Diffstat (except docs and test files)
-------------------------------------
.ansible-lint | 8 ++++++++
ansible-requirements.txt | 2 +-
ci-scripts/ansible-lint.sh | 34 ----------------------------------
meta/main.yml | 7 +++----
tasks/main.yml | 5 +++--
test-requirements.txt | 3 ++-
tox.ini | 7 +++----
7 files changed, 20 insertions(+), 46 deletions(-)
Requirements updates
--------------------
diff --git a/ansible-requirements.txt b/ansible-requirements.txt
index a1b6838..7507f3e 100644
--- a/ansible-requirements.txt
+++ b/ansible-requirements.txt
@@ -5 +5 @@
-ansible
+ansible<2.10
diff --git a/test-requirements.txt b/test-requirements.txt
index 9a5268b..68c016a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1 +1 @@
-hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
+hacking>=4.0.0,<4.1.0 # Apache-2.0
@@ -2,0 +3 @@ bashate>=0.5.1 # Apache-2.0
+pyflakes>=2.2.0
More information about the Release-announce
mailing list