how to handle packages in ansible that have custom scripts on install #530
Unanswered
jalmillateguiRPA
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
I have been reading the book, and doing my own scripts. I'm automating an install of a software that uses MSSQL 2019 express database on linux and I have managed to build my playbook to add the repository, and install the package. However, the package installer gets stuck waiting for to accept the license.
The system I'm testing this in is a Rocky linux 8 box.
The relevant task in the play book are:
The rpm custom script ask the following question on install:
Do anyone has an idea on how pass a "YES" to answer using ansible or a workaround this situation?
Best Regards,
Javier Almillategui
Beta Was this translation helpful? Give feedback.
All reactions