diff options
-rw-r--r-- | sw_config/bmra/patched_packages.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw_config/bmra/patched_packages.yml b/sw_config/bmra/patched_packages.yml index 3c7256f..7a87817 100644 --- a/sw_config/bmra/patched_packages.yml +++ b/sw_config/bmra/patched_packages.yml @@ -36,7 +36,7 @@ name: - jmespath==0.9.5 - ruamel.yaml==0.16.13 - - cachetools==3.1.1 + - cachetools=={{ (ansible_os_family == 'RedHat' and ansible_distribution_version < '8') | ternary('3.1.1', '4.2.1') }} - openshift==0.11.2 state: present register: pip_result |