1
0
mirror of https://yerbamate.ml/nutomic/peertube.social synced 2024-11-24 21:58:20 -05:00

Add become to playbooks

This commit is contained in:
Felix Ableitner 2019-12-11 22:18:11 +01:00
parent 8b55b9d3e3
commit a305bb5445
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
---
- hosts: all
become: yes
# Install python if required
# https://www.josharcher.uk/code/ansible-python-connection-failure-ubuntu-server-1604/

View File

@ -1,5 +1,6 @@
---
- hosts: all
become: yes
# Install python if required
# https://www.josharcher.uk/code/ansible-python-connection-failure-ubuntu-server-1604/