fix a typo in main.yml

Change-Id: I33bb9fb9b7f5ca6181af8ef07a4360abba711bd8
This commit is contained in:
melissaml 2018-05-23 21:12:51 +08:00
parent 5aa18e5d54
commit 5d428d6f7f
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ nspawn_host_qgroup_compression_limit: none
# === General container defaults ===============================================
# NOTE(cloudnull): These are host specific variables we capture up-front. These
# psuedo variables are used to capture the container host
# information but could be overriden to deploy whatever.
# information but could be overridden to deploy whatever.
container_host: "{{ hostvars[inventory_hostname]['physical_host'] | default('localhost') }}"
container_architecture: "{{ hostvars[container_host]['ansible_architecture'] | lower }}"