Merge "Set os_distribution automatically"

This commit is contained in:
Zuul 2021-05-18 14:07:49 +00:00 committed by Gerrit Code Review
commit 8d8e9bdba3
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
# OS distribution name. Valid options are "centos", "ubuntu". Default is
# "centos".
#os_distribution:
os_distribution: "{{ lookup('pipe', '. /etc/os-release && echo $ID') | trim }}"
###############################################################################
# Dummy variable to allow Ansible to accept this file.