Replies: 1 comment
-
Algo should have created those directories when you first ran it to set up your server. Did you delete or rename the directories before running |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I ran:
source .env/bin/activate
./algo update-users
And it failed on TASK [wireguard : WireGuard apple mobileconfig generated
with error:
failed: [ip] (item=[id, 'name']) => {"ansible_loop_var": "item", "changed": false, "checksum": "******************", "item": [id, "name"], "msg": "Destination directory configs/ip/wireguard//apple/ios does not exist"}
When I mannually created folders /apple/ios it failed on next step with error /wireguard//apple/macos does not exist
After creating /apple/macos it fainally updated users.
Why did it happen?
How to fix it or prevent failure in the future?
Beta Was this translation helpful? Give feedback.
All reactions