fix issue in provisisonning
This commit is contained in:
parent
ea72f7ed9d
commit
f259c4eeca
@ -4,11 +4,6 @@
|
|||||||
- name: detect debian
|
- name: detect debian
|
||||||
raw: uname -a|grep debian||true
|
raw: uname -a|grep debian||true
|
||||||
register: debian
|
register: debian
|
||||||
|
|
||||||
- name: "install python and archlinux-keyring"
|
|
||||||
raw: pacman -Sy python archlinux-keyring --noconfirm
|
|
||||||
when: not debian.stdout
|
|
||||||
|
|
||||||
- name: "install python for debian"
|
- name: "install python for debian"
|
||||||
raw: apt-get install python --assume-yes
|
raw: apt-get install python --assume-yes
|
||||||
when: debian.stdout
|
when: debian.stdout
|
||||||
|
Loading…
Reference in New Issue
Block a user