Hi All,

I have the following code: 

- name: execute all commands in the file
  cisco.asa.aa_command:
       commands:
        - "{{ item }}"
  with_lines: cat ./role1/files/commands.txt
  register: output

Now I want to implement a check on every iteration, to check if a command 
is failed or not

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/b89f824c-e4ea-495b-94cd-e30105b7d043n%40googlegroups.com.

Reply via email to