mirror of
https://yerbamate.ml/nutomic/peertube.social
synced 2024-11-25 00:28:23 -05:00
comment out "add peertube config" task
This commit is contained in:
parent
48bb3f19cf
commit
6d36e1a498
@ -42,12 +42,14 @@
|
||||
access_time: preserve
|
||||
modification_time: preserve
|
||||
|
||||
- name: add peertube config
|
||||
get_url:
|
||||
url: https://github.com/Chocobozzz/PeerTube/blob/develop/support/docker/production/config/production.yaml
|
||||
dest: /peertube/volumes/config/production.yaml
|
||||
mode: 0644
|
||||
force: no
|
||||
# NOTE: disabled because `force: no` is broken for get_url
|
||||
# https://github.com/ansible/ansible/issues/64016
|
||||
#- name: add peertube config
|
||||
# get_url:
|
||||
# url: https://raw.githubusercontent.com/Chocobozzz/PeerTube/develop/support/docker/production/config/production.yaml
|
||||
# dest: /peertube/volumes/config/production.yaml
|
||||
# mode: 0644
|
||||
# force: no
|
||||
|
||||
- name: request letsencrypt certificates
|
||||
command: certbot certonly --standalone --agree-tos -d '{{ domain }}' -m '{{ letsencrypt_contact_email }}'
|
||||
|
Loading…
Reference in New Issue
Block a user