ansible: improve python installation

Signed-off-by: Thomas Schmid <tom@binary-kitchen.de>
This commit is contained in:
Thomas 2019-06-25 20:55:22 +02:00 committed by Ralf Ramsauer
parent 24288092cb
commit f6cbca5bf2
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
raw: pacman -Syu --noconfirm
- name: Install Python
raw: pacman -S python --noconfirm --
raw: pacman -S python --noconfirm --needed
- name: Gather facts
setup: