Browse Source

prepare_host.yaml: use python3 packages

`python3` and `python3-lxc` are installed with apt instead of `python`
and `python-lxc`.
python3
Zolfa 5 years ago
parent
commit
83479809ad
Signed by: zolfa GPG Key ID: E1A43B038C4D6616
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      prepare_host.yaml

+ 2
- 2
prepare_host.yaml View File

@ -14,8 +14,8 @@
cache_valid_time: 3600
with_items:
- lxc
- python
- python-lxc
- python3
- python3-lxc
- name: install common lxc filesystem support
apt:


Loading…
Cancel
Save