Skip to content

Commit b65ba2d

Browse files
committed
Fixup the test-certbot playbook to use set-vars
The test-certbot playbook was broken - referencing an unknown role. And it did not use the `set-vars` role to properly initialize. Now it uses `set-vars` and includes the local certbot role. Adds to the fix for Issue #207
1 parent ab879a5 commit b65ba2d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/playbooks/test-certbot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
hosts: localhost
33
become: true
44
roles:
5-
- certbot
5+
- set-vars
6+
- ansible-role-certbot-meza

0 commit comments

Comments
 (0)