From 83479809ad4726630c3029ea724607429000260d Mon Sep 17 00:00:00 2001 From: Zolfa Date: Tue, 31 Mar 2020 17:06:07 +0200 Subject: [PATCH] prepare_host.yaml: use python3 packages `python3` and `python3-lxc` are installed with apt instead of `python` and `python-lxc`. --- prepare_host.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prepare_host.yaml b/prepare_host.yaml index d1cfdbd..51764fc 100644 --- a/prepare_host.yaml +++ b/prepare_host.yaml @@ -14,8 +14,8 @@ cache_valid_time: 3600 with_items: - lxc - - python - - python-lxc + - python3 + - python3-lxc - name: install common lxc filesystem support apt: