mirror of
https://github.com/lemeow125/Notes.git
synced 2024-11-17 04:09:26 +08:00
vault backup: 2024-10-25 15:56:43
Affected files: docs/Command Snippets/Ansible Snippets.md
This commit is contained in:
parent
76d65849ec
commit
b829aac16c
1 changed files with 5 additions and 0 deletions
|
@ -2,3 +2,8 @@ WSL Fix for world-writable directories
|
||||||
```bash
|
```bash
|
||||||
export ANSIBLE_CONFIG=./ansible.cfg
|
export ANSIBLE_CONFIG=./ansible.cfg
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Gather facts
|
||||||
|
```bash
|
||||||
|
ansible all
|
||||||
|
```
|
Loading…
Reference in a new issue