Skip to content
Snippets Groups Projects
Commit dee6b41a authored by ngyimesi's avatar ngyimesi
Browse files

Moved letsencrypt task to bootstrap.yml

parent 84755aa1
Branches
No related tags found
No related merge requests found
...@@ -23,3 +23,5 @@ ...@@ -23,3 +23,5 @@
tasks: tasks:
- name: Create proxy config - name: Create proxy config
import_tasks: tasks/webserver.yml import_tasks: tasks/webserver.yml
- name: import certbot config
import_tasks: tasks/letsencrypt.yml
...@@ -30,6 +30,3 @@ ...@@ -30,6 +30,3 @@
group: www-data group: www-data
mode: 0644 mode: 0644
force: yes force: yes
- name: import certbot config
import_tasks: letsencrypt.yml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment