From 4d69a0ef24765ef3b7dfdbf3556ba3174ab51c62 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Sun, 6 Nov 2022 22:18:16 +0800 Subject: [PATCH] doc: update `ansible.md` (#23) --- README.md | 2 +- docs/ansible.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d4bd88..9899422 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ Quick Reference ## Linux 命令 -[Ansible](./docs/ansible.md) +[Ansible](./docs/ansible.md) [Awk](./docs/awk.md) [Conan](./docs/conan.md) [Cargo](./docs/cargo.md) diff --git a/docs/ansible.md b/docs/ansible.md index a3444a9..e52c3e7 100644 --- a/docs/ansible.md +++ b/docs/ansible.md @@ -363,4 +363,5 @@ $ ansible-pull -U [options] 另见 --- [Getting started with Ansible](https://docs.ansible.com/ansible/latest/getting_started/index.html) -[Introduction to ad hoc commands](https://docs.ansible.com/ansible/latest/user_guide/intro_adhoc.html) \ No newline at end of file +[Introduction to ad hoc commands](https://docs.ansible.com/ansible/latest/user_guide/intro_adhoc.html) +[Ansible cheatsheet](https://github.com/luckylittle/ansible-cheatsheet/blob/master/ansible-cheatsheet.txt) \ No newline at end of file