0
respostas

como colocar uma condição no environment

ola gente alguem pade me ajudar ? estou tendando criar um environment com uma condição codigo

- hosts: all
gather_facts: yes
become: yes
environment:
  HTTP_PROXY: "{{ http_proxy }}"
  HTTPS_PROXY: "{{ https_proxy }}"
when: "http_proxy != 'not'"

quando tento fazer esse tipo de coisa recebo um erro ERROR! 'when' is not a valid attribute for a Play

alguem tem ideia doque posso fazer ?