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 there,
I cannot find a way to check successful execution of the previous command before doing the next... And I have come across the mention of rc, but how to test for that?
Thank you in advance
H.
mondher khas
unread,
Apr 4, 2016, 10:12:21 AM4/4/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
rc=0 for success
J Hawkesworth
unread,
Apr 4, 2016, 10:31:54 AM4/4/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
Use register to capture the results returned by the module and then you can use an assert step to check that the results contain what you expect.