Emmanuel Garette
a19761febe
Proxy configuration =================== Add a single "host" variable --- env_proxy: host: proxy.example.net
8 lines
239 B
YAML
8 lines
239 B
YAML
---
|
|
- name: Test variable env_proxy.host
|
|
ansible.builtin.assert:
|
|
that:
|
|
- env_proxy is defined
|
|
- env_proxy.host is defined
|
|
- env_proxy.host is string
|
|
fail_msg: "La variable n'existe pas ou est de mauvais type !"
|