Fix linter error

Split long line

Change-Id: I2466a9959bc93da754e11d8b9c6fb5d90f64163f
This commit is contained in:
Jonathan Rosser 2023-09-28 09:59:52 +01:00
parent 2272de8f0c
commit 42cfa88bb5
1 changed files with 4 additions and 1 deletions

View File

@ -14,7 +14,10 @@
# limitations under the License.
_lxc_hosts_container_build_command: >-
debootstrap --variant minbase {{ ansible_facts['distribution_release'] }} /var/lib/machines/{{ lxc_container_base_name }} {{ lxc_apt_mirror }}
debootstrap --variant minbase
{{ ansible_facts['distribution_release'] }}
/var/lib/machines/{{ lxc_container_base_name }}
{{ lxc_apt_mirror }}
_lxc_cache_map:
distro: "{{ ansible_facts['distribution'] | lower }}"