mirror of
https://yerbamate.ml/nutomic/peertube.social
synced 2024-11-25 00:18:19 -05:00
Add become to playbooks
This commit is contained in:
parent
8b55b9d3e3
commit
a305bb5445
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
- hosts: all
|
- hosts: all
|
||||||
|
become: yes
|
||||||
|
|
||||||
# Install python if required
|
# Install python if required
|
||||||
# https://www.josharcher.uk/code/ansible-python-connection-failure-ubuntu-server-1604/
|
# https://www.josharcher.uk/code/ansible-python-connection-failure-ubuntu-server-1604/
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
- hosts: all
|
- hosts: all
|
||||||
|
become: yes
|
||||||
|
|
||||||
# Install python if required
|
# Install python if required
|
||||||
# https://www.josharcher.uk/code/ansible-python-connection-failure-ubuntu-server-1604/
|
# https://www.josharcher.uk/code/ansible-python-connection-failure-ubuntu-server-1604/
|
||||||
|
Loading…
Reference in New Issue
Block a user