handling error codes

Hi ,

I have a playbook with the below lines .

$ cat double_check.yml

status_code takes a list. The default is [200], but you can say

status_code:
  - 200
  - 409

Cheers,

Thanks Todd,

It worked and Yes I could have referred the doc status_code in depth .