From b829aac16c768a149390e3859f371a72b318b7b8 Mon Sep 17 00:00:00 2001 From: Keannu Bernasol Date: Fri, 25 Oct 2024 15:56:43 +0800 Subject: [PATCH] vault backup: 2024-10-25 15:56:43 Affected files: docs/Command Snippets/Ansible Snippets.md --- docs/Command Snippets/Ansible Snippets.md | 5 +++++ 1 file changed, 5 insertions(+) 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