Update README.md

This commit is contained in:
NewName
2024-08-14 07:47:21 +08:00
parent 2c84d8d82e
commit c849bb41dc

View File

@@ -256,10 +256,6 @@ ansible 1,3 -a "pwd"
```
> 命令结尾后面追加`-v`选项会显示被控机器详细的执行信息
- 临时针对IP地址的主机执行普通命令
```
ansible all -i 127.0.0.1, -a "pwd" -v
```
---
#### 命令解释