Fix xbps building
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
register: git_clone
|
||||
|
||||
- name: lxc - xbps build and install
|
||||
shell: cd /opt/xbps && /opt/xbps/configure --enable-debug && make && make install clean && ldconfig
|
||||
shell: cd /opt/xbps && /opt/xbps/configure && make && make install clean && ldconfig
|
||||
when: git_clone.changed
|
||||
|
||||
- name: lxc - /usr/share/lxc/templates/lxc-voidlinux
|
||||
|
||||
Reference in New Issue
Block a user