common/a~g*:fix outdated Chinese pages (#14690)

* common/a~g*:fix outdated Chinese pages

* Update airmon-ng.md

* Update aria2c.md

* update chown

* Update ansible-playbook.md

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
Jin
2024-11-27 06:20:32 -05:00
committed by GitHub
parent 864b1b260f
commit 67166ff0e7
24 changed files with 261 additions and 140 deletions

View File

@@ -27,3 +27,7 @@
- 使用自定义的清单文件执行一个命令:
`ansible {{组}} -i {{清单文件}} -m command -a '{{命令}}'`
- 列出清单中的组:
`ansible localhost -m debug -a '{{var=groups.keys()}}'`