Update Document.md

This commit is contained in:
RadinPirouz
2024-04-24 15:10:47 +03:30
committed by GitHub
parent 586d082685
commit 6bd6001a7a

View File

@@ -43,7 +43,7 @@ ansible -m <module> -a "<command>" --become -i <inventory_file> <group_of_server
Example:
```bash
ansible -m command -a "sudo reboot" -i server.ini all
ansible -m command -a "reboot" --become -i server.ini all
```
## More Examples