diff --git a/docs/Command Snippets/Ansible Snippets.md b/docs/Command Snippets/Ansible Snippets.md index d3267fe..92a8429 100644 --- a/docs/Command Snippets/Ansible Snippets.md +++ b/docs/Command Snippets/Ansible Snippets.md @@ -2,3 +2,8 @@ WSL Fix for world-writable directories ```bash export ANSIBLE_CONFIG=./ansible.cfg ``` + +Gather facts +```bash +ansible all +``` \ No newline at end of file