Skip to content
This repository was archived by the owner on May 17, 2022. It is now read-only.

Commit f4e5703

Browse files
committed
fix(deps): restore original caddy role name
1 parent 91c083e commit f4e5703

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

meta/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ dependencies:
1818
# version: v1.0.0
1919
- src: git+https://github.com/saitho/ansible-role-caddy.git
2020
version: caddy-v2
21-
name: ansible-role-caddy
21+
name: samdoran.caddy

tasks/setup.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
caddy_version: "2.1.1"
88
caddy_install_source: package
99
include_role:
10-
#name: samdoran.caddy
11-
name: ansible-role-caddy
10+
name: samdoran.caddy
1211
- name: Overwrite Caddyfile
1312
include_tasks: "{{ role_path }}/tasks/steps/generate-caddyfile-tf.yml"
1413
- name: Restart Caddy
@@ -22,4 +21,4 @@
2221
register: uri_result
2322
until: '"Caddy web server" in uri_result.content'
2423
retries: 5
25-
delay: 1
24+
delay: 1

0 commit comments

Comments
 (0)