Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
sofubi
ansible
Commits
4fdddb38
Commit
4fdddb38
authored
Nov 20, 2020
by
sofubi
⚓
Browse files
Amends typos
parent
efae5f76
Pipeline
#12700
passed with stage
in 6 minutes and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tasks/nginx.yml
View file @
4fdddb38
...
...
@@ -14,23 +14,23 @@
state
:
started
# from https://gist.github.com/mattiaslundberg/ba214a35060d3c8603e9b1ec8627d349
-
name
:
"
Prepare
snapd
for
certbot
installation
"
-
name
:
Prepare snapd for certbot installation
when
:
funkwhale_nginx_managed and funkwhale_letsencrypt_enabled
become
:
true
command
:
snap install core
-
name
:
"
Refresh
core
snap
before
installing
certbot
"
when
:
funkwh
w
ale_nginx_managed and funkwhale_letsencrypt_enabled
-
name
:
Refresh core snap before installing certbot
when
:
funkwhale_nginx_managed and funkwhale_letsencrypt_enabled
become
:
true
command
:
snap refresh core
-
name
:
"
Install
certbot
snap
"
when
:
funkwh
w
ale_nginx_managed and funkwhale_letsencrypt_enabled
-
name
:
Install certbot snap
when
:
funkwhale_nginx_managed and funkwhale_letsencrypt_enabled
become
:
true
command
:
snap install --classic certbot
-
name
:
"
Link
certbot
snap
installation
"
when
:
funkwh
w
ale_nginx_managed and funkwhale_letsencrypt_enabled
-
name
:
Link certbot snap installation
when
:
funkwhale_nginx_managed and funkwhale_letsencrypt_enabled
become
:
true
command
:
ln -s /snap/bin/certbot /usr/bin/certbot
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment