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
Hello,
I have software, where I need to run ./install.bin command as a output it open a command line installer to provide requested value of variables.
How can I achieve this by ansible playbook.
Varun Chopra
unread,
Oct 13, 2018, 12:54:29 PM10/13/18
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 Project
If you can do it through a shell script, you can use the same script in Ansible.
aakanks...@webdunia.net
unread,
Oct 18, 2018, 4:41:18 AM10/18/18
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 Project
in shell i have to write ./install command and it open console installer for software, but when I perform same activity by Ansible it work in background with default value.