We are pumped to announce the release of: ansible-role-chrony 1.0.3: ansible-role-chrony - Ansible chrony role The source is available from: https://opendev.org/openstack/ansible-role-chrony Download the package from: https://tarballs.openstack.org/ansible-role-chrony/ For more details, please see below. Changes in ansible-role-chrony 1.0.2..1.0.3 ------------------------------------------- 28193e4 Use ansible_facts 24f495b Fix requirements b25e82c Replace deprecated UPPER_CONSTRAINTS_FILE variable 9183f75 Bump pyflakes Diffstat (except docs and test files) ------------------------------------- ansible-requirements.txt | 2 +- meta/main.yml | 3 ++- requirements.txt | 2 +- tasks/main.yml | 4 ++-- test-requirements.txt | 3 ++- tox.ini | 2 +- 6 files changed, 9 insertions(+), 7 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/requirements.txt b/requirements.txt index 885c2cb..6560a97 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2 +2 @@ pbr>=1.6 -ansible +ansible<2.10 diff --git a/test-requirements.txt b/test-requirements.txt index c8384a8..b7e3128 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2 +2,2 @@ docutils -hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +hacking>=4.0.0,<4.1.0 # Apache-2.0 +pyflakes>=2.2.0
participants (1)
-
no-reply@openstack.org