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
The script is being run on the remote machine, script don't think will apply here.
Thanks!
Emil Kacperski
unread,
Jun 8, 2015, 8:01:23 PM6/8/15
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
Another problem is with bringing up a chromium-browser, wrote a little script and it works fine. But when I run it using the shell module I get the following:
Gtk: cannot open display
Made sure that export DISPLAY=:0 is in the script, also tried to run a task to export, it simply does not work. Anyone tried to bring up a chrome browser on a remote machine?
Thanks!
Brian Coca
unread,
Jun 8, 2015, 8:45:39 PM6/8/15
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
in ansible use the environment: keyword for that task to set display
> --
> 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 ansible-proje...@googlegroups.com.
> To post to this group, send email to ansible...@googlegroups.com.
> To view this discussion on the web visit
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
Ok so I got everything pretty much running. Had to use environment to set the shell variable and chromium-browser has to be run in async mode. It seems
that async mode is in seconds, is there a way to specify hours or days? Or is there a better way to run a command and not close it?