Notes/docs/Command Snippets/Ansible Snippets.md

9 lines
125 B
Markdown
Raw Normal View History

WSL Fix for world-writable directories
```bash
export ANSIBLE_CONFIG=./ansible.cfg
```
Gather facts
```bash
ansible all
```