From ed8a54347d4cb55d5f33186a5243005955960453 Mon Sep 17 00:00:00 2001 From: lijunjie Date: Wed, 23 Jan 2019 16:28:58 +0800 Subject: [PATCH] Fix the misspelling of "container" Change-Id: I5b0ba4e516af2facb145f9f228aa168de75402dd --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 285862a..b0977be 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -24,7 +24,7 @@ nspawn_networks: # This is a list of items that will be passed into the container as READ-ONLY # files or directories. If any of these items are passed into the container # the container create process will ensure the file is not present within the -# contianer prior to writting the config. +# container prior to writting the config. # nspawn_read_only_host_bindmount: # - { source: /etc/resolv.conf, dest: /etc/resolv.conf } nspawn_read_only_host_bindmount: "{{ _nspawn_read_only_host_bindmount | default([]) }}"