It looks like this is working, but I get an error.  Does anyone know the 
proper way to do this?  Thanks!


- name: configure hostname
  ios_config:
    commands:
      - ip domain-name {{ domain_name }}
  when: not ansible_net_config | search("(ip domain-name {{ domain_name }}|ip 
domain name {{ domain_name }})")



 [WARNING]: when statements should not include jinja2 templating delimiters 
such as {{ }} or {% %}. Found: not ansible_net_config | search("(ip 
domain-name {{ domain_name }}|ip domain name {{
domain_name }})")

-- 
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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/610b3769-5894-4dc4-b9f1-4327d358f5ec%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to