fix issue in provisisonning

This commit is contained in:
vincent 2021-03-21 12:45:52 +01:00
parent ea72f7ed9d
commit f259c4eeca

View File

@ -4,11 +4,6 @@
- name: detect debian
raw: uname -a|grep debian||true
register: debian
- name: "install python and archlinux-keyring"
raw: pacman -Sy python archlinux-keyring --noconfirm
when: not debian.stdout
- name: "install python for debian"
raw: apt-get install python --assume-yes
when: debian.stdout