This commit is contained in:
parent
4b33b05b8a
commit
8987005919
@ -5,7 +5,7 @@
|
|||||||
raw: uname -a|grep Debian||true
|
raw: uname -a|grep Debian||true
|
||||||
register: debian
|
register: debian
|
||||||
- name: "install python for debian"
|
- name: "install python for debian"
|
||||||
raw: apt-get install python --assume-yes
|
raw: apt-get install python3 --assume-yes
|
||||||
when: debian.stdout
|
when: debian.stdout
|
||||||
|
|
||||||
- name: add local repo to mirrorlist
|
- name: add local repo to mirrorlist
|
||||||
|
Loading…
Reference in New Issue
Block a user