This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
lilik_playbook
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
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
26b09fb09c
commit
83479809ad
Signed by:
zolfa
GPG Key ID:
E1A43B038C4D6616
1 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
prepare_host.yaml
+ 2
- 2
prepare_host.yaml
View File
@ -14,8 +14,8 @@
cache_valid_time
:
3600
cache_valid_time
:
3600
with_items:
with_items:
-
lxc
-
lxc
-
python
-
python-lxc
-
python
3
-
python
3
-lxc
-
name
:
install common lxc filesystem support
-
name
:
install common lxc filesystem support
apt:
apt:
Write
Preview
Loading…
Cancel
Save