Fix Ansible upgrade
This commit is contained in:
@@ -24,5 +24,7 @@ common_basic_packages:
|
|||||||
- python3-apt
|
- python3-apt
|
||||||
- python3-pycurl
|
- python3-pycurl
|
||||||
# extra
|
# extra
|
||||||
sgdisk
|
- lshw
|
||||||
nvme-cli
|
- gdisk
|
||||||
|
- cryptsetup
|
||||||
|
- nvme-cli
|
||||||
|
|||||||
@@ -29,4 +29,6 @@ ariane_logrotate: True
|
|||||||
ariane_iptables: True
|
ariane_iptables: True
|
||||||
ariane_zfs: True
|
ariane_zfs: True
|
||||||
ariane_lxc: True
|
ariane_lxc: True
|
||||||
|
ariane_lxc_void: True
|
||||||
|
ariane_snapper: True
|
||||||
ariane_smartd: True
|
ariane_smartd: True
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
- name: lxc - xbps git
|
- name: lxc - xbps git
|
||||||
git:
|
git:
|
||||||
repo: https://github.com/voidlinux/xbps.git
|
repo: https://github.com/void-linux/xbps.git
|
||||||
dest: /opt/xbps
|
dest: /opt/xbps
|
||||||
force: yes
|
force: yes
|
||||||
register: git_clone
|
register: git_clone
|
||||||
|
|||||||
Reference in New Issue
Block a user