fix issue in provisisonning
This commit is contained in:
parent
ea72f7ed9d
commit
f259c4eeca
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user