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
Hi all,
Is it possible to execute a powershell script which depends on other scripts using the script task?
Thanks
Matt Davis
unread,
Aug 3, 2016, 2:59:23 PM8/3/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 Project
Not directly- you'd first need to copy all the script deps to the remote side yourself, at which point you might as well just use raw (or the forthcoming win_script/win_command in 2.2).