Skip to content

Commit 398c5ee

Browse files
authored
docs: update readme for Ansible (#30)
1 parent feff74a commit 398c5ee

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/after-receive-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
path: ./pr_num/pr_num.txt
2828
- name: Set pr link
2929
id: pr_link_generator
30-
run: echo "LINK=https://github.com/${{ github.repository }}/pulls/${{ steps.pr_num_reader.outputs.content }}" >> $GITHUB_OUTPUT
30+
run: echo "LINK=https://github.com/${{ github.repository }}/pull/${{ steps.pr_num_reader.outputs.content }}" >> $GITHUB_OUTPUT
3131

3232
- name: notify
3333
uses: docker://tencentcom/wecom-message:latest

plugins/ansible/ansible/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Ansible
22

3-
Ansible可以帮助您展示价值,连接团队,并为您的组织带来效率
3+
Ansible 可以向指定的IP执行任务,完成对 VM 集群的的自动化管理
44

55
## 在 Docker 上使用
66

@@ -27,3 +27,7 @@ master:
2727
playbook: deployment/playbook.yml
2828
inventory: deployment/hosts.yml
2929
```
30+
31+
## 更多用法
32+
33+
参见 [ansible/ansible](https://github.com/ansible/ansible)

0 commit comments

Comments
 (0)