You are looping over 2 strings, loop does not template by default:

    loop: '{{ [verizon_pe_ce, att_pe_ce] }}'

or
    loop:
       - ' {{verizon_pe_ce }}'
       - '{{ att_pe_ce }}'

or keep loop as you have it but then use

network: "{{ q('vars', item)[0] }}"

-- 
----------
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CACVha7eoS%2Br%2BdeXWEZr3ZvMfczT0%3DAz0x9tAk7fibBvZG%3DpySA%40mail.gmail.com.

Reply via email to