You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
I am working on patching multiple ubuntu systems and have run into an issue and I am unable to find a solution. I'm pretty new to ansible so not sure if it's possible to respond to prompts by OS.
This works for apt-get update apt-get install --only-upgrade
This issue on the upgrade on these systems:
1. There are 5 points during the upgrade that require response with enter on a y/n answer and a No<enter> prompt for PAM.
Is there a way do do this via command line.
Brian Coca
unread,
Dec 22, 2016, 12:35:14 PM12/22/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ansible...@googlegroups.com
I would try using the apt module first. If that does not deal with it as you want it to, I would use debconf + apt or if you insist on using direct commands, the expect module.