From a305bb54454e1088dc937047affbba75d6d8178b Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Wed, 11 Dec 2019 22:18:11 +0100 Subject: [PATCH] Add become to playbooks --- peertube-centos.yml | 1 + peertube-ubuntu.yml | 1 + 2 files changed, 2 insertions(+) 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/