nkakouros-original / ansible-role-nextcloud

An Ansible role to install Nextcloud
GNU General Public License v3.0
11 stars 5 forks source link

Do not use sudo on localhost for determining Python version #22

Closed simonspa closed 4 years ago

simonspa commented 4 years ago

If localhost requests a sudo password, the role will fail. However, this task only determines the local Python version and does not require become privileges.

nkakouros commented 4 years ago

You are right, thanks!

simonspa commented 4 years ago

Shall I fix the test issue?