summaryrefslogtreecommitdiff
path: root/roles/certbot/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/certbot/tasks/main.yml')
-rw-r--r--roles/certbot/tasks/main.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/roles/certbot/tasks/main.yml b/roles/certbot/tasks/main.yml
deleted file mode 100644
index aea52159..00000000
--- a/roles/certbot/tasks/main.yml
+++ /dev/null
@@ -1,8 +0,0 @@
----
-- name: Include snakeoil cert settings
- include_tasks: snakeoil.yml
- when: (snakeoil is defined) and (snakeoil == True)
-
-- name: Include certbot tasks
- include_tasks: certbot.yml
- when: (snakeoil is undefined) or (snakeoil != True)