Sounds like your ansible installation is using some outdated underlying crypto and/or settings. What version of ansible are you using? Post the output of:
ansible --version On Thu, 9 Feb 2023 at 18:38, sowmithri d <[email protected]> wrote: > Hi All, > > I am getting below error while running ansible script > > can anyone help me to fix this. > > ERROR: > > > TASK [dse : install the dateutils rpm from a remote repo] > ******************************************************************************************************** > fatal: [192.168.2.8]: FAILED! => { > "changed": false > } > > > > MSG: > > > > Failure downloading > https://download.opensuse.org/repositories/utilities/15.5/x86_64/dateutils-0.4.10-lp155.68.1.x86_64.rpm, > Request failed: <urlopen error [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 > alert protocol version (_ssl.c:579)> > fatal: [192.168.2.9]: FAILED! => { > "changed": false > } > > > > MSG: > > > > Failure downloading > https://download.opensuse.org/repositories/utilities/15.5/x86_64/dateutils-0.4.10-lp155.68.1.x86_64.rpm, > Request failed: <urlopen error [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 > alert protocol version (_ssl.c:579)> > > > [21:21] Danda, Sowmithri (Non - GE Current) > > Hi > > -- > You received this message because you are subscribed to the Google Groups > "Ansible Project" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/ansible-project/515a4d2e-79fa-4c16-b407-e1fa6034d991n%40googlegroups.com > <https://groups.google.com/d/msgid/ansible-project/515a4d2e-79fa-4c16-b407-e1fa6034d991n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- Sent from Gmail Mobile -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAF8BbLZKYyAK%3Dgr0Rp9Oee3EgmR1fvsd4u9GSg8ZgqsKD5CU%2Bw%40mail.gmail.com.
