vault backup: 2024-10-25 15:56:43

Affected files:
docs/Command Snippets/Ansible Snippets.md
This commit is contained in:
Keannu Bernasol 2024-10-25 15:56:43 +08:00
parent 76d65849ec
commit b829aac16c

View file

@ -2,3 +2,8 @@ WSL Fix for world-writable directories
```bash
export ANSIBLE_CONFIG=./ansible.cfg
```
Gather facts
```bash
ansible all
```