diff --git a/peertube-centos.yml b/peertube-centos.yml index 6845a85..c728927 100644 --- a/peertube-centos.yml +++ b/peertube-centos.yml @@ -1,5 +1,6 @@ --- - hosts: all + become: yes # Install python if required # https://www.josharcher.uk/code/ansible-python-connection-failure-ubuntu-server-1604/ diff --git a/peertube-ubuntu.yml b/peertube-ubuntu.yml index f37e07e..18559aa 100644 --- a/peertube-ubuntu.yml +++ b/peertube-ubuntu.yml @@ -1,5 +1,6 @@ --- - hosts: all + become: yes # Install python if required # https://www.josharcher.uk/code/ansible-python-connection-failure-ubuntu-server-1604/