diff --git a/docs/Command Snippets/Ansible Snippets.md b/docs/Command Snippets/Ansible Snippets.md new file mode 100644 index 0000000..d3267fe --- /dev/null +++ b/docs/Command Snippets/Ansible Snippets.md @@ -0,0 +1,4 @@ +WSL Fix for world-writable directories +```bash +export ANSIBLE_CONFIG=./ansible.cfg +```