From 0d82d0ae93523fb109ee4efd3b5896497ef34d41 Mon Sep 17 00:00:00 2001 From: ChaosZero112 Date: Sat, 15 Jun 2019 15:11:23 -0400 Subject: [PATCH] Fix typo --- apps/qbittorrent-vpn.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/qbittorrent-vpn.yml b/apps/qbittorrent-vpn.yml index 5fad3fd..9aa131f 100644 --- a/apps/qbittorrent-vpn.yml +++ b/apps/qbittorrent-vpn.yml @@ -150,7 +150,7 @@ block: - name: Create opvn folder shell: mkdir /opt/appdata/{{pgrole}}/openvpn && touch mkdir /opt/appdata/{{pgrole}}/openvpn/OPVN\ files\ go\ here > && chown -R {{PUID}}:{{PGID}} /opt/appdata/{{pgrole}}/openvpn - when: not opvncheck.stat.exists + when: not ovpncheck.stat.exists # FIRST TIME CONFIGURATION ####################################################