3 lines
111 B
YAML
3 lines
111 B
YAML
---
|
|
# vars file for docker-ubuntu
|
|
docker_nonroot: "{{ (ansible_env.HOME == '/root') | ternary('no', 'yes') }}"
|