Relative Content

Tag Archive for ansible

Identify if an environment variable is unset

I’m trying to write an ansible playbook to install my application. I’m trying to detect that an environment variable is unset. I know I can use the lookup plugin to find an environment variable like this: lookup('env', 'FOO').

Identify if an environment variable is unset

I’m trying to write an ansible playbook to install my application. I’m trying to detect that an environment variable is unset. I know I can use the lookup plugin to find an environment variable like this: lookup('env', 'FOO').

Identify if an environment variable is unset

I’m trying to write an ansible playbook to install my application. I’m trying to detect that an environment variable is unset. I know I can use the lookup plugin to find an environment variable like this: lookup('env', 'FOO').