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
793a8f2d
Commit
793a8f2d
authored
Nov 20, 2020
by
sofubi
⚓
Browse files
Moves install of snapd to nginx.yml task
parent
3010635a
Pipeline
#12710
passed with stage
in 9 minutes and 59 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tasks/nginx.yml
View file @
793a8f2d
...
...
@@ -14,6 +14,14 @@
state
:
started
# from https://gist.github.com/mattiaslundberg/ba214a35060d3c8603e9b1ec8627d349
-
name
:
Install snapd
when
:
funkwhale_nginx_managed and funkwhale_letsencrypt_enabled
become
:
true
package
:
name
:
snapd
state
:
present
-
name
:
Prepare snapd for certbot installation
when
:
funkwhale_nginx_managed and funkwhale_letsencrypt_enabled
become
:
true
...
...
tasks/packages.yml
View file @
793a8f2d
...
...
@@ -25,4 +25,3 @@
-
"
curl"
-
"
dbus"
-
"
virtualenv"
-
"
snapd"
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