forked from nutomic/peertube.social
Remove trailing whitespace from peertube-centos.yml
This commit is contained in:
parent
9af2bf17eb
commit
e699ff199c
1 changed files with 3 additions and 3 deletions
|
@ -33,7 +33,7 @@
|
||||||
yum:
|
yum:
|
||||||
name: lvm2
|
name: lvm2
|
||||||
state: latest
|
state: latest
|
||||||
|
|
||||||
- name: Add Docker repo
|
- name: Add Docker repo
|
||||||
get_url:
|
get_url:
|
||||||
url: https://download.docker.com/linux/centos/docker-ce.repo
|
url: https://download.docker.com/linux/centos/docker-ce.repo
|
||||||
|
@ -58,10 +58,10 @@
|
||||||
name: python-pip
|
name: python-pip
|
||||||
state: latest
|
state: latest
|
||||||
become: yes
|
become: yes
|
||||||
|
|
||||||
- name: Install Docker Compose
|
- name: Install Docker Compose
|
||||||
command: "pip install docker-compose"
|
command: "pip install docker-compose"
|
||||||
|
|
||||||
- name: Install certbot
|
- name: Install certbot
|
||||||
yum:
|
yum:
|
||||||
name: certbot
|
name: certbot
|
||||||
|
|
Loading…
Reference in a new issue