Libreoffice wants to install the microsoft fonts and wants acceptance. echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | sudo debconf-set-selections
this will eliminate the interactive prompt your getting stuck on. regards, Stephen hostbbb.com On Friday, March 31, 2017 at 1:48:23 AM UTC-4, [email protected] wrote: > > Hello, I am trying to deploying BigBlueButton using Ansible Server. I made > a YML script for that but I stuck in a problem, when the module of > installing BigBlueButton ha been started it stuck. It didn't show any error > only stuck on this module. I found that while the installing of > BigBlueButton a prompt screen will ask you for accept the license. So for > this I used following module- > > - name: bigbluebutton is installed > sudo: yes > command: apt-get --yes --force-yes install bigbluebutton > > But it still stuck on that module. Any help would be appreciated > > Thank you > -- 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 post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/d0449942-24d2-4959-a8a1-c76175b9477a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
