Skip to content
Snippets Groups Projects
Commit 4fdddb38 authored by sofubi's avatar sofubi :anchor:
Browse files

Amends typos

parent efae5f76
No related branches found
No related tags found
No related merge requests found
Pipeline #12700 passed
...@@ -14,23 +14,23 @@ ...@@ -14,23 +14,23 @@
state: started state: started
# from https://gist.github.com/mattiaslundberg/ba214a35060d3c8603e9b1ec8627d349 # 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 when: funkwhale_nginx_managed and funkwhale_letsencrypt_enabled
become: true become: true
command: snap install core command: snap install core
- name: "Refresh core snap before installing certbot" - name: Refresh core snap before installing certbot
when: funkwhwale_nginx_managed and funkwhale_letsencrypt_enabled when: funkwhale_nginx_managed and funkwhale_letsencrypt_enabled
become: true become: true
command: snap refresh core command: snap refresh core
- name: "Install certbot snap" - name: Install certbot snap
when: funkwhwale_nginx_managed and funkwhale_letsencrypt_enabled when: funkwhale_nginx_managed and funkwhale_letsencrypt_enabled
become: true become: true
command: snap install --classic certbot command: snap install --classic certbot
- name: "Link certbot snap installation" - name: Link certbot snap installation
when: funkwhwale_nginx_managed and funkwhale_letsencrypt_enabled when: funkwhale_nginx_managed and funkwhale_letsencrypt_enabled
become: true become: true
command: ln -s /snap/bin/certbot /usr/bin/certbot command: ln -s /snap/bin/certbot /usr/bin/certbot
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment