diff --git a/plugins/_module/pip_update.py b/plugins/_module/pip_update.py index 184579c0735a23d019051f6c876daa14d330b337..566aff86f59264031ca2c94289896c6b104dbd7e 100755 --- a/plugins/_module/pip_update.py +++ b/plugins/_module/pip_update.py @@ -30,7 +30,8 @@ def main(): 'pick': '1.2.0', 'msgpack': '1.0.7', 'requests': '2.31.0',#https://github.com/docker/docker-py/issues/3256 - 'cloudflare': '2.20.0'# Certbot fails with 3.0.1 + 'cloudflare': '2.20.0',# Certbot fails with 3.0.1 + 'certbot-dns-cloudflare': '2.10.0'# Certbot fails with 3.0.1 } mode = module.params['mode'] executable = module.params['executable']