From de324b2319ad9b7cb518d5a02408ddf80dbe3e07 Mon Sep 17 00:00:00 2001 From: ShangXiao Date: Mon, 4 Nov 2019 16:39:07 +0800 Subject: [PATCH] Fix typos in the yml files Change-Id: I489f7c180feb31b67fbb6d37b5ee5bc410e3a585 --- defaults/main.yml | 2 +- tasks/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/defaults/main.yml b/defaults/main.yml index b0977be..2f8a68c 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -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 }}" diff --git a/tasks/main.yml b/tasks/main.yml index a8802a4..db621ea 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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)