Merge "Fix the misspelling of "container""

This commit is contained in:
Zuul 2019-02-11 14:33:48 +00:00 committed by Gerrit Code Review
commit c61ffaf97b
1 changed files with 1 additions and 1 deletions

View File

@ -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([]) }}"