This will FAIL the task at node 1, which is in no way desired. That is no 
real solution.
Also, after 'othertask' has been run, I'd like to perform other tasks on 
node 1.

On Friday, December 16, 2016 at 9:37:45 PM UTC+1, Brian Coca wrote:
>
> last time i explain this:
>
> - script: myscript
>   register: myreturn
>   failed_when: not myreturn.stdout|bool
>
> # ^ this will remove host 1 from the host list so the next task only 
> chooses 'first host' from 2 and 3
>
> - command: othertask
>   run_once: true
>
> # ^ this task runs against ONLY 2 OR 3
>
>
> ----------
> Brian Coca
>

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/a737a637-1d96-4f27-84f2-168963a536e3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to