Update README.md

This commit is contained in:
NewName
2024-08-14 05:39:08 +08:00
parent 5f6047645b
commit b2f055859c

View File

@@ -210,7 +210,7 @@ ansible -m ping all
ansible-playbook renwu.yml ansible-playbook renwu.yml
``` ```
执行单个命令 临时对所有主机执行命令
``` ```
ansible all -a "ls" ansible all -a "ls"
``` ```