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

Commit 289c084

Browse files
committed
ci: install samdoran.caddy dependency
1 parent f91e547 commit 289c084

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ jobs:
9292
proxied: 0
9393
token: "${{ secrets.CLOUDFLARE_TOKEN }}"
9494
zone: "${{ secrets.CLOUDFLARE_ZONE }}"
95+
- name: Install samdoran.caddy dependency
96+
run: ansible-galaxy install samdoran.caddy,2.1.0
9597
- uses: getstackhead/stackhead/actions/integration-test@next
9698
with:
9799
ipaddress: ${{ steps.setup_server.outputs.hcloud_server_created_ipv4 }}

tasks/steps/setup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
url: "http://{{ ansible_default_ipv4.address|default(ansible_all_ipv4_addresses[0]) }}"
1515
return_content: yes
1616
register: uri_result
17-
until: '"Caddy web server" in uri_result.content'
17+
until: '"Caddy" in uri_result.content'
1818
retries: 5
19-
delay: 1
19+
delay: 5

0 commit comments

Comments
 (0)