summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2022-01-18 16:08:23 -0500
committerMicah Anderson <micah@riseup.net>2022-01-18 16:08:23 -0500
commit34bd962095ab5e81282f01c829fb6311b5643153 (patch)
treec9eebf3f0b89541147dfdc0d11950b2333fbb7b8
parent683895a3b8b3870d4a2b8cd366029dd690d650ec (diff)
Change the ordering of which role is applied first.
If the openvpn role is applied before the kresd role, then the requisite bind mounted /etc/knot-resolver directory, that is required for the openvpn container to start, will not exist when the role attempts to do the systemd restart, causing a failure.
-rw-r--r--site.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/site.yml b/site.yml
index 57ec1bc..7a2aa8a 100644
--- a/site.yml
+++ b/site.yml
@@ -4,8 +4,8 @@
- hosts: openvpn
roles:
- - openvpn
- kresd
+ - openvpn
- hosts: vpnweb
roles: