Release 9.10.0 #58

Merged
jlecour merged 68 commits from unstable into stable 2019-06-21 10:51:04 +02:00
Showing only changes of commit b2e079101e - Show all commits

View file

@ -1,7 +1,11 @@
---
- name: Install lxc tools
apt:
name: lxc
name: '{{ item }}'
with_items:
- lxc
- debootstrap
- xz-utils
- name: Copy LXC default containers configuration
template: