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)