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