Fix typos in the yml files

Change-Id: I489f7c180feb31b67fbb6d37b5ee5bc410e3a585
This commit is contained in:
ShangXiao 2019-11-04 16:39:07 +08:00
parent a38b96055d
commit de324b2319
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,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
# pseudo variables are used to capture the container host
# 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 }}"

View File

@ -126,7 +126,7 @@
- nspawn_systemd_version | int > 219
- nspawn_config_exists.stat.exists | bool
# Check for the existance of an nspawn configuration file. If found slurp it up
# Check for the existence of an nspawn configuration file. If found slurp it up
# and use it as the base nspawn config file with the option to config template
# override.
- name: Copy container config (existing)