Is there any location ansible async task stores the result for further verification?
6 views
Skip to first unread message
sase kumar
unread,
Nov 6, 2018, 1:03:20 PM11/6/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
Hi Folks,
I'm trying to run hour long script through ansible which will take more then one hour on the remote machine to finish and i dont want ansible to wait for that I have defined async variable for the task and its coming out in 10second
I'm curious to know whether ansible can store the final execution result in some location for further reference?